#A80C27

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

Shades of Carmine #A80C27

Tints of Carmine #A80C27

Color information

#A80C27 (or 0xA80C27) is unknown color: approx Carmine. HEX triplet: A8, 0C and 27. RGB value is (168,12,39). Sum of RGB (Red+Green+Blue) = 168+12+39=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C27 is #57F3D8. Grayscale: #3D3D3D. Windows color (decimal): -5764057 or 2559144. OLE color: 2559144.

HSL color Cylindrical-coordinate representation of color #A80C27: hue angle of 349.62º degrees, saturation: 0.87, 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 #A80C27 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1681239-
CMYK00.930.770.34
HSL349.62º86.67%35.29%-
HSV(B)349.62º92.86%65.88%-
XYZ16.658.732.73-
YUV61.72115.18203.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.71%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=76.71%
G=5.48%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168123900.930.770.34349.6286.6735.29
HexA8C2705D4D2215e5723
Octal250144701351154253612743
Binary1010100011001001110101110110011011000101010111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C27; }

 p { color: rgb(168,12,39); }

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

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

 a { background-color: rgb(168,12,39); }

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

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

 span { border-color: rgb(168,12,39); }

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