#AD2133

Color #AD2133 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AD2133

Tints of Cardinal #AD2133

Color information

#AD2133 (or 0xAD2133) is unknown color: approx Cardinal. HEX triplet: AD, 21 and 33. RGB value is (173,33,51). Sum of RGB (Red+Green+Blue) = 173+33+51=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2133 is #52DECC. Grayscale: #4C4C4C. Windows color (decimal): -5430989 or 3350957. OLE color: 3350957.

HSL color Cylindrical-coordinate representation of color #AD2133: hue angle of 352.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2133 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1733351-
CMYK00.810.710.32
HSL352.29º67.96%40.39%-
HSV(B)352.29º80.92%67.84%-
XYZ18.3710.214.13-
YUV76.91113.38196.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 67.32%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=67.32%
G=12.84%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173335100.810.710.32352.2967.9640.39
HexAD213305147201604428
Octal255416301211074054010450
Binary101011011000011100110101000110001111000001011000001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2133; }

 p { color: rgb(173,33,51); }

 H1.HeaderClassName
 {
   color: #AD2133;
 }
 .AnyTagClassName
 {
   color: #AD2133;
 }
</style>
background-color css

<style>
 a { background-color: #AD2133; }

 a { background-color: rgb(173,33,51); }

 div.DivClassName
 {
   background-color: #AD2133;
 }
 .BgClassName
 {
   background-color: #AD2133;
 }
</style>
border-color css

<style>
 span { border-color: #AD2133; }

 span { border-color: rgb(173,33,51); }

 td.TdClassName
 {
   border-color: #AD2133;
 }
 .TagClassName
 {
   border-color: #AD2133;
 }
</style>