#A81112

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

Shades of Carmine #A81112

Tints of Carmine #A81112

Color information

#A81112 (or 0xA81112) is unknown color: approx Carmine. HEX triplet: A8, 11 and 12. RGB value is (168,17,18). Sum of RGB (Red+Green+Blue) = 168+17+18=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A81112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81112 is #57EEED. Grayscale: #3E3E3E. Windows color (decimal): -5762798 or 1184168. OLE color: 1184168.

HSL color Cylindrical-coordinate representation of color #A81112: hue angle of 359.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81112 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1681718-
CMYK00.900.890.34
HSL359.6º81.62%36.27%-
HSV(B)359.6º89.88%65.88%-
XYZ16.468.771.4-
YUV62.26103.03203.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 82.76%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=82.76%
G=8.37%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168171800.900.890.34359.681.6236.27
HexA8111205A59221685224
Octal250212201321314255012244
Binary1010100010001100100101101010110011000101011010001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81112; }

 p { color: rgb(168,17,18); }

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

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

 a { background-color: rgb(168,17,18); }

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

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

 span { border-color: rgb(168,17,18); }

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