Shades of Carmine #A80E25
Tints of Carmine #A80E25
RGB
CMYK
RGB Variations
Color information
#A80E25 (or 0xA80E25) is known color: Carmine. HEX triplet: A8, 0E and 25. RGB value is (168,14,37). Sum of RGB (Red+Green+Blue) = 168+14+37=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E25 is #57F1DA. Grayscale: #3E3E3E. Windows color (decimal): -5763547 or 2428584. OLE color: 2428584.
HSL color Cylindrical-coordinate representation of color #A80E25: hue angle of 351.04º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E25 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 37 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.34 |
| HSL | 351.04º | 0.85% | 0.36% | - |
| HSV(B) | 351.04º | 0.92% | 0.66% | - |
| XYZ | 16.64 | 8.77 | 2.57 | - |
| YUV | 62.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 37 | 0 | 0.92 | 0.78 | 0.34 | 351.04 | 0.85 | 0.36 |
| Hex | A8 | E | 25 | 0 | 5C | 4E | 22 | 15F | 55 | 24 |
| Octal | 250 | 16 | 45 | 0 | 134 | 116 | 42 | 537 | 125 | 44 |
| Binary | 10101000 | 1110 | 100101 | 0 | 1011100 | 1001110 | 100010 | 101011111 | 1010101 | 100100 |
Color Harmonies of #A80E25
Complementary color
Monochromatic Colors of #A80E25
Black with #A80E25
Text Example
Text Example
White with #A80E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E25; }
p { color: rgb(168,14,37); }
H1.HeaderClassName
{
color: #A80E25;
}
.AnyTagClassName
{
color: #A80E25;
}
</style>
background-color css
<style>
a { background-color: #A80E25; }
a { background-color: rgb(168,14,37); }
div.DivClassName
{
background-color: #A80E25;
}
.BgClassName
{
background-color: #A80E25;
}
</style>
border-color css
<style>
span { border-color: #A80E25; }
span { border-color: rgb(168,14,37); }
td.TdClassName
{
border-color: #A80E25;
}
.TagClassName
{
border-color: #A80E25;
}
</style>