#AC2436

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

Shades of Cardinal #AC2436

Tints of Cardinal #AC2436

Color information

#AC2436 (or 0xAC2436) is unknown color: approx Cardinal. HEX triplet: AC, 24 and 36. RGB value is (172,36,54). Sum of RGB (Red+Green+Blue) = 172+36+54=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2436 is #53DBC9. Grayscale: #4E4E4E. Windows color (decimal): -5495754 or 3548332. OLE color: 3548332.

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

Color convert

RGB1723654-
CMYK00.790.690.33
HSL352.06º65.38%40.78%-
HSV(B)352.06º79.07%67.45%-
XYZ18.3110.34.51-
YUV78.72114.06194.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.65%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=65.65%
G=13.74%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172365400.790.690.33352.0665.3840.78
HexAC243604F45211604129
Octal254446601171054154010151
Binary101011001001001101100100111110001011000011011000001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2436; }

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

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

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

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

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

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

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

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