#A70012

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

Shades of Carmine #A70012

Tints of Carmine #A70012

Color information

#A70012 (or 0xA70012) is unknown color: approx Carmine. HEX triplet: A7, 00 and 12. RGB value is (167,0,18). Sum of RGB (Red+Green+Blue) = 167+0+18=185 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.27% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 167 - color contains mainly: red. Hex color #A70012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70012 is #58FFED. Grayscale: #343434. Windows color (decimal): -5832686 or 1179815. OLE color: 1179815.

HSL color Cylindrical-coordinate representation of color #A70012: hue angle of 353.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70012 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB167018-
CMYK010.890.35
HSL353.53º100%32.75%-
HSV(B)353.53º100%65.49%-
XYZ16.058.261.32-
YUV51.98108.83210.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 90.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=90.27%
G=0%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167018010.890.35353.5310032.75
HexA701206459231626421
Octal24702201441314354214441
Binary101001110100100110010010110011000111011000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70012; }

 p { color: rgb(167,0,18); }

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

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

 a { background-color: rgb(167,0,18); }

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

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

 span { border-color: rgb(167,0,18); }

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