#A10812

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

Shades of Carmine #A10812

Tints of Carmine #A10812

Color information

#A10812 (or 0xA10812) is unknown color: approx Carmine. HEX triplet: A1, 08 and 12. RGB value is (161,8,18). Sum of RGB (Red+Green+Blue) = 161+8+18=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10812 is #5EF7ED. Grayscale: #363636. Windows color (decimal): -6223854 or 1181857. OLE color: 1181857.

HSL color Cylindrical-coordinate representation of color #A10812: hue angle of 356.08º degrees, saturation: 0.91, 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 #A10812 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB161818-
CMYK00.950.890.37
HSL356.08º90.53%33.14%-
HSV(B)356.08º95.03%63.14%-
XYZ14.897.791.29-
YUV54.89107.19203.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 86.10%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=86.10%
G=4.28%
B=9.63%

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
Decimal16181800.950.890.37356.0890.5333.14
HexA181205F59251645b21
Octal241102201371314554413341
Binary101000011000100100101111110110011001011011001001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10812; }

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

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

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

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

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

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

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

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