#AC010D

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

Shades of Carmine #AC010D

Tints of Carmine #AC010D

Color information

#AC010D (or 0xAC010D) is unknown color: approx Carmine. HEX triplet: AC, 01 and 0D. RGB value is (172,1,13). Sum of RGB (Red+Green+Blue) = 172+1+13=186 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.47% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 172 - color contains mainly: red. Hex color #AC010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC010D is #53FEF2. Grayscale: #353535. Windows color (decimal): -5504755 or 852396. OLE color: 852396.

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

Color convert

RGB172113-
CMYK00.990.920.33
HSL355.79º98.84%33.92%-
HSV(B)355.79º99.42%67.45%-
XYZ17.18.821.18-
YUV53.5105.15212.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 92.47%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=92.47%
G=0.54%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211300.990.920.33355.7998.8433.92
HexAC1D0635C211646322
Octal25411501431344154414342
Binary10101100111010110001110111001000011011001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC010D; }

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

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

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

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

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

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

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

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