#AD2033

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

Shades of Cardinal #AD2033

Tints of Cardinal #AD2033

Color information

#AD2033 (or 0xAD2033) is unknown color: approx Cardinal. HEX triplet: AD, 20 and 33. RGB value is (173,32,51). Sum of RGB (Red+Green+Blue) = 173+32+51=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2033 is #52DFCC. Grayscale: #4C4C4C. Windows color (decimal): -5431245 or 3350701. OLE color: 3350701.

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

Color convert

RGB1733251-
CMYK00.820.710.32
HSL351.91º68.78%40.2%-
HSV(B)351.91º81.5%67.84%-
XYZ18.3510.164.13-
YUV76.32113.71196.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=67.58%
G=12.5%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173325100.820.710.32351.9168.7840.2
HexAD203305247201604528
Octal255406301221074054010550
Binary101011011000001100110101001010001111000001011000001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2033; }

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

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

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

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

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

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

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

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