#A00812

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

Shades of Carmine #A00812

Tints of Carmine #A00812

Color information

#A00812 (or 0xA00812) is unknown color: approx Carmine. HEX triplet: A0, 08 and 12. RGB value is (160,8,18). Sum of RGB (Red+Green+Blue) = 160+8+18=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A00812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00812 is #5FF7ED. Grayscale: #363636. Windows color (decimal): -6289390 or 1181856. OLE color: 1181856.

HSL color Cylindrical-coordinate representation of color #A00812: hue angle of 356.05º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00812 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB160818-
CMYK00.950.890.37
HSL356.05º90.48%32.94%-
HSV(B)356.05º95%62.75%-
XYZ14.697.691.28-
YUV54.59107.36203.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 86.02%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=86.02%
G=4.30%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16081800.950.890.37356.0590.4832.94
HexA081205F59251645a21
Octal240102201371314554413241
Binary101000001000100100101111110110011001011011001001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00812; }

 p { color: rgb(160,8,18); }

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

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

 a { background-color: rgb(160,8,18); }

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

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

 span { border-color: rgb(160,8,18); }

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