#A80C26

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

Shades of Carmine #A80C26

Tints of Carmine #A80C26

Color information

#A80C26 (or 0xA80C26) is unknown color: approx Carmine. HEX triplet: A8, 0C and 26. RGB value is (168,12,38). Sum of RGB (Red+Green+Blue) = 168+12+38=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C26 is #57F3D9. Grayscale: #3D3D3D. Windows color (decimal): -5764058 or 2493608. OLE color: 2493608.

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

Color convert

RGB1681238-
CMYK00.930.770.34
HSL350º86.67%35.29%-
HSV(B)350º92.86%65.88%-
XYZ16.638.732.64-
YUV61.61114.68203.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.06%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=77.06%
G=5.50%
B=17.43%

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
Decimal168123800.930.770.3435086.6735.29
HexA8C2605D4D2215e5723
Octal250144601351154253612743
Binary1010100011001001100101110110011011000101010111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C26; }

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

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

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

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

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

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

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

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