#AC0C39

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

Shades of Cardinal #AC0C39

Tints of Cardinal #AC0C39

Color information

#AC0C39 (or 0xAC0C39) is unknown color: approx Cardinal. HEX triplet: AC, 0C and 39. RGB value is (172,12,57). Sum of RGB (Red+Green+Blue) = 172+12+57=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C39 is #53F3C6. Grayscale: #404040. Windows color (decimal): -5501895 or 3738796. OLE color: 3738796.

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

Color convert

RGB1721257-
CMYK00.930.670.33
HSL343.12º86.96%36.08%-
HSV(B)343.12º93.02%67.45%-
XYZ17.889.334.73-
YUV64.97123.51204.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=71.37%
G=4.98%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172125700.930.670.33343.1286.9636.08
HexACC3905D43211575724
Octal254147101351034152712744
Binary1010110011001110010101110110000111000011010101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C39; }

 p { color: rgb(172,12,57); }

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

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

 a { background-color: rgb(172,12,57); }

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

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

 span { border-color: rgb(172,12,57); }

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