#A80137

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

Shades of Carmine #A80137

Tints of Carmine #A80137

Color information

#A80137 (or 0xA80137) is unknown color: approx Carmine. HEX triplet: A8, 01 and 37. RGB value is (168,1,55). Sum of RGB (Red+Green+Blue) = 168+1+55=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A80137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80137 is #57FEC8. Grayscale: #393939. Windows color (decimal): -5766857 or 3604904. OLE color: 3604904.

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

Color convert

RGB168155-
CMYK00.990.670.34
HSL340.6º98.82%33.14%-
HSV(B)340.6º99.4%65.88%-
XYZ16.858.624.39-
YUV57.09126.83207.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=75%
G=0.45%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815500.990.670.34340.698.8233.14
HexA813706343221556321
Octal25016701431034252514341
Binary1010100011101110110001110000111000101010101011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80137; }

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

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

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

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

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

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

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

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