#AD2436

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

Shades of Cardinal #AD2436

Tints of Cardinal #AD2436

Color information

#AD2436 (or 0xAD2436) is unknown color: approx Cardinal. HEX triplet: AD, 24 and 36. RGB value is (173,36,54). Sum of RGB (Red+Green+Blue) = 173+36+54=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2436 is #52DBC9. Grayscale: #4F4F4F. Windows color (decimal): -5430218 or 3548333. OLE color: 3548333.

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

Color convert

RGB1733654-
CMYK00.790.690.32
HSL352.12º65.55%40.98%-
HSV(B)352.12º79.19%67.84%-
XYZ18.5310.414.52-
YUV79.02113.89195.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.78%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=65.78%
G=13.69%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173365400.790.690.32352.1265.5540.98
HexAD243604F45201604229
Octal255446601171054054010251
Binary101011011001001101100100111110001011000001011000001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2436; }

 p { color: rgb(173,36,54); }

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

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

 a { background-color: rgb(173,36,54); }

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

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

 span { border-color: rgb(173,36,54); }

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