#AC010E

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

Shades of Carmine #AC010E

Tints of Carmine #AC010E

Color information

#AC010E (or 0xAC010E) is unknown color: approx Carmine. HEX triplet: AC, 01 and 0E. RGB value is (172,1,14). Sum of RGB (Red+Green+Blue) = 172+1+14=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC010E is #53FEF1. Grayscale: #353535. Windows color (decimal): -5504754 or 917932. OLE color: 917932.

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

Color convert

RGB172114-
CMYK00.990.920.33
HSL355.44º98.84%33.92%-
HSV(B)355.44º99.42%67.45%-
XYZ17.18.821.22-
YUV53.61105.65212.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 91.98%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=91.98%
G=0.53%
B=7.49%

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
Decimal17211400.990.920.33355.4498.8433.92
HexAC1E0635C211636322
Octal25411601431344154314342
Binary10101100111100110001110111001000011011000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC010E; }

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

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

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

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

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

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

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

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