#A80115

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

Shades of Carmine #A80115

Tints of Carmine #A80115

Color information

#A80115 (or 0xA80115) is unknown color: approx Carmine. HEX triplet: A8, 01 and 15. RGB value is (168,1,21). Sum of RGB (Red+Green+Blue) = 168+1+21=190 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.42% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 168 - color contains mainly: red. Hex color #A80115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80115 is #57FEEA. Grayscale: #353535. Windows color (decimal): -5766891 or 1376680. OLE color: 1376680.

HSL color Cylindrical-coordinate representation of color #A80115: hue angle of 352.81º 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 #A80115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB168121-
CMYK00.990.880.34
HSL352.81º98.82%33.14%-
HSV(B)352.81º99.4%65.88%-
XYZ16.298.41.47-
YUV53.21109.83209.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 88.42%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=88.42%
G=0.53%
B=11.05%

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
Decimal16812100.990.880.34352.8198.8233.14
HexA811506358221616321
Octal25012501431304254114341
Binary101010001101010110001110110001000101011000011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80115; }

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

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

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

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

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

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

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

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