#A80A19

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

Shades of Carmine #A80A19

Tints of Carmine #A80A19

Color information

#A80A19 (or 0xA80A19) is unknown color: approx Carmine. HEX triplet: A8, 0A and 19. RGB value is (168,10,25). Sum of RGB (Red+Green+Blue) = 168+10+25=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A19 is #57F5E6. Grayscale: #3B3B3B. Windows color (decimal): -5764583 or 1641128. OLE color: 1641128.

HSL color Cylindrical-coordinate representation of color #A80A19: hue angle of 354.3º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A19 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB1681025-
CMYK00.940.850.34
HSL354.3º88.76%34.9%-
HSV(B)354.3º94.05%65.88%-
XYZ16.438.611.72-
YUV58.95108.85205.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 82.76%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=82.76%
G=4.93%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168102500.940.850.34354.388.7634.9
HexA8A1905E55221625923
Octal250123101361254254213143
Binary101010001010110010101111010101011000101011000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80A19; }

 p { color: rgb(168,10,25); }

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

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

 a { background-color: rgb(168,10,25); }

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

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

 span { border-color: rgb(168,10,25); }

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