#AC1E32

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

Shades of Cardinal #AC1E32

Tints of Cardinal #AC1E32

Color information

#AC1E32 (or 0xAC1E32) is unknown color: approx Cardinal. HEX triplet: AC, 1E and 32. RGB value is (172,30,50). Sum of RGB (Red+Green+Blue) = 172+30+50=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E32 is #53E1CD. Grayscale: #4A4A4A. Windows color (decimal): -5497294 or 3284652. OLE color: 3284652.

HSL color Cylindrical-coordinate representation of color #AC1E32: hue angle of 351.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1E32 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1723050-
CMYK00.830.710.33
HSL351.55º70.3%39.61%-
HSV(B)351.55º82.56%67.45%-
XYZ18.059.933.98-
YUV74.74114.04197.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=68.25%
G=11.90%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172305000.830.710.33351.5570.339.61
HexAC1E3205347211604628
Octal254366201231074154010650
Binary10101100111101100100101001110001111000011011000001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E32; }

 p { color: rgb(172,30,50); }

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

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

 a { background-color: rgb(172,30,50); }

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

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

 span { border-color: rgb(172,30,50); }

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