#A80D1A

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

Shades of Carmine #A80D1A

Tints of Carmine #A80D1A

Color information

#A80D1A (or 0xA80D1A) is unknown color: approx Carmine. HEX triplet: A8, 0D and 1A. RGB value is (168,13,26). Sum of RGB (Red+Green+Blue) = 168+13+26=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D1A is #57F2E5. Grayscale: #3C3C3C. Windows color (decimal): -5763814 or 1707432. OLE color: 1707432.

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

Color convert

RGB1681326-
CMYK00.920.850.34
HSL354.97º85.64%35.49%-
HSV(B)354.97º92.26%65.88%-
XYZ16.488.691.79-
YUV60.83108.35204.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 81.16%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=81.16%
G=6.28%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168132600.920.850.34354.9785.6435.49
HexA8D1A05C55221635623
Octal250153201341254254312643
Binary101010001101110100101110010101011000101011000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D1A; }

 p { color: rgb(168,13,26); }

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

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

 a { background-color: rgb(168,13,26); }

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

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

 span { border-color: rgb(168,13,26); }

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