#AC0B1D

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

Shades of Carmine #AC0B1D

Tints of Carmine #AC0B1D

Color information

#AC0B1D (or 0xAC0B1D) is unknown color: approx Carmine. HEX triplet: AC, 0B and 1D. RGB value is (172,11,29). Sum of RGB (Red+Green+Blue) = 172+11+29=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B1D is #53F4E2. Grayscale: #3D3D3D. Windows color (decimal): -5502179 or 1903532. OLE color: 1903532.

HSL color Cylindrical-coordinate representation of color #AC0B1D: hue angle of 353.29º degrees, saturation: 0.88, 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 #AC0B1D is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB1721129-
CMYK00.940.830.33
HSL353.29º87.98%35.88%-
HSV(B)353.29º93.6%67.45%-
XYZ17.359.12-
YUV61.19109.84207.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 81.13%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=81.13%
G=5.19%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172112900.940.830.33353.2987.9835.88
HexACB1D05E53211615824
Octal254133501361234154113044
Binary101011001011111010101111010100111000011011000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B1D; }

 p { color: rgb(172,11,29); }

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

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

 a { background-color: rgb(172,11,29); }

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

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

 span { border-color: rgb(172,11,29); }

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