#AC0C3F

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

Shades of Cardinal #AC0C3F

Tints of Cardinal #AC0C3F

Color information

#AC0C3F (or 0xAC0C3F) is unknown color: approx Cardinal. HEX triplet: AC, 0C and 3F. RGB value is (172,12,63). Sum of RGB (Red+Green+Blue) = 172+12+63=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C3F is #53F3C0. Grayscale: #414141. Windows color (decimal): -5501889 or 4132012. OLE color: 4132012.

HSL color Cylindrical-coordinate representation of color #AC0C3F: hue angle of 340.88º 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 #AC0C3F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1721263-
CMYK00.930.630.33
HSL340.88º86.96%36.08%-
HSV(B)340.88º93.02%67.45%-
XYZ18.049.395.56-
YUV65.65126.51203.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.64%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 63 (25% from 255) = 25.51%
R=69.64%
G=4.86%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172126300.930.630.33340.8886.9636.08
HexACC3F05D3F211555724
Octal25414770135774152512744
Binary101011001100111111010111011111111000011010101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C3F; }

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

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

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

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

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

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

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

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