#A80B1D

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

Shades of Carmine #A80B1D

Tints of Carmine #A80B1D

Color information

#A80B1D (or 0xA80B1D) is unknown color: approx Carmine. HEX triplet: A8, 0B and 1D. RGB value is (168,11,29). Sum of RGB (Red+Green+Blue) = 168+11+29=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B1D is #57F4E2. Grayscale: #3C3C3C. Windows color (decimal): -5764323 or 1903528. OLE color: 1903528.

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

Color convert

RGB1681129-
CMYK00.930.830.34
HSL353.12º87.71%35.1%-
HSV(B)353.12º93.45%65.88%-
XYZ16.498.651.96-
YUV60110.51205.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 80.77%
GREEN value IS 11 (4.69% from 255) = 5.29%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=80.77%
G=5.29%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168112900.930.830.34353.1287.7135.1
HexA8B1D05D53221615823
Octal250133501351234254113043
Binary101010001011111010101110110100111000101011000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B1D; }

 p { color: rgb(168,11,29); }

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

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

 a { background-color: rgb(168,11,29); }

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

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

 span { border-color: rgb(168,11,29); }

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