#AC0D3B

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

Shades of Cardinal #AC0D3B

Tints of Cardinal #AC0D3B

Color information

#AC0D3B (or 0xAC0D3B) is unknown color: approx Cardinal. HEX triplet: AC, 0D and 3B. RGB value is (172,13,59). Sum of RGB (Red+Green+Blue) = 172+13+59=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D3B is #53F2C4. Grayscale: #414141. Windows color (decimal): -5501637 or 3870124. OLE color: 3870124.

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

Color convert

RGB1721359-
CMYK00.920.660.33
HSL342.64º85.95%36.27%-
HSV(B)342.64º92.44%67.45%-
XYZ17.959.375-
YUV65.78124.18203.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.49%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=70.49%
G=5.33%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172135900.920.660.33342.6485.9536.27
HexACD3B05C42211575624
Octal254157301341024152712644
Binary1010110011011110110101110010000101000011010101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D3B; }

 p { color: rgb(172,13,59); }

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

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

 a { background-color: rgb(172,13,59); }

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

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

 span { border-color: rgb(172,13,59); }

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