#A80114

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

Shades of Carmine #A80114

Tints of Carmine #A80114

Color information

#A80114 (or 0xA80114) is unknown color: approx Carmine. HEX triplet: A8, 01 and 14. RGB value is (168,1,20). Sum of RGB (Red+Green+Blue) = 168+1+20=189 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.89% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 168 - color contains mainly: red. Hex color #A80114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80114 is #57FEEB. Grayscale: #353535. Windows color (decimal): -5766892 or 1311144. OLE color: 1311144.

HSL color Cylindrical-coordinate representation of color #A80114: hue angle of 353.17º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80114 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB168120-
CMYK00.990.880.34
HSL353.17º98.82%33.14%-
HSV(B)353.17º99.4%65.88%-
XYZ16.298.41.42-
YUV53.1109.33209.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=88.89%
G=0.53%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812000.990.880.34353.1798.8233.14
HexA811406358221616321
Octal25012401431304254114341
Binary101010001101000110001110110001000101011000011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80114; }

 p { color: rgb(168,1,20); }

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

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

 a { background-color: rgb(168,1,20); }

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

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

 span { border-color: rgb(168,1,20); }

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