#AC0A34

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

Shades of Cardinal #AC0A34

Tints of Cardinal #AC0A34

Color information

#AC0A34 (or 0xAC0A34) is unknown color: approx Cardinal. HEX triplet: AC, 0A and 34. RGB value is (172,10,52). Sum of RGB (Red+Green+Blue) = 172+10+52=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A34 is #53F5CB. Grayscale: #3F3F3F. Windows color (decimal): -5502412 or 3410604. OLE color: 3410604.

HSL color Cylindrical-coordinate representation of color #AC0A34: hue angle of 344.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A34 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1721052-
CMYK00.940.700.33
HSL344.44º89.01%35.69%-
HSV(B)344.44º94.19%67.45%-
XYZ17.749.244.1-
YUV63.23121.67205.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.50%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=73.50%
G=4.27%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172105200.940.700.33344.4489.0135.69
HexACA3405E46211585924
Octal254126401361064153013144
Binary1010110010101101000101111010001101000011010110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A34; }

 p { color: rgb(172,10,52); }

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

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

 a { background-color: rgb(172,10,52); }

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

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

 span { border-color: rgb(172,10,52); }

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