#A60012

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

Shades of Carmine #A60012

Tints of Carmine #A60012

Color information

#A60012 (or 0xA60012) is unknown color: approx Carmine. HEX triplet: A6, 00 and 12. RGB value is (166,0,18). Sum of RGB (Red+Green+Blue) = 166+0+18=184 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.22% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 166 - color contains mainly: red. Hex color #A60012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60012 is #59FFED. Grayscale: #333333. Windows color (decimal): -5898222 or 1179814. OLE color: 1179814.

HSL color Cylindrical-coordinate representation of color #A60012: hue angle of 353.49º 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 #A60012 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB166018-
CMYK010.890.35
HSL353.49º100%32.55%-
HSV(B)353.49º100%65.1%-
XYZ15.848.151.31-
YUV51.69109209.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 90.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=90.22%
G=0%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166018010.890.35353.4910032.55
HexA601206459231616421
Octal24602201441314354114441
Binary101001100100100110010010110011000111011000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60012; }

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

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

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

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

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

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

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

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