Shades of Carmine #A80D12
Tints of Carmine #A80D12
RGB
CMYK
RGB Variations
Color information
#A80D12 (or 0xA80D12) is known color: Carmine. HEX triplet: A8, 0D and 12. RGB value is (168,13,18). Sum of RGB (Red+Green+Blue) = 168+13+18=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80D12 is #57F2ED. Grayscale: #3C3C3C. Windows color (decimal): -5763822 or 1183144. OLE color: 1183144.
HSL color Cylindrical-coordinate representation of color #A80D12: hue angle of 358.06º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D12 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 18 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.34 |
| HSL | 358.06º | 0.86% | 0.35% | - |
| HSV(B) | 358.06º | 0.92% | 0.66% | - |
| XYZ | 16.4 | 8.66 | 1.38 | - |
| YUV | 59.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 18 | 0 | 0.92 | 0.89 | 0.34 | 358.06 | 0.86 | 0.35 |
| Hex | A8 | D | 12 | 0 | 5C | 59 | 22 | 166 | 56 | 23 |
| Octal | 250 | 15 | 22 | 0 | 134 | 131 | 42 | 546 | 126 | 43 |
| Binary | 10101000 | 1101 | 10010 | 0 | 1011100 | 1011001 | 100010 | 101100110 | 1010110 | 100011 |
Color Harmonies of #A80D12
Complementary color
Monochromatic Colors of #A80D12
Black with #A80D12
Text Example
Text Example
White with #A80D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80D12; }
p { color: rgb(168,13,18); }
H1.HeaderClassName
{
color: #A80D12;
}
.AnyTagClassName
{
color: #A80D12;
}
</style>
background-color css
<style>
a { background-color: #A80D12; }
a { background-color: rgb(168,13,18); }
div.DivClassName
{
background-color: #A80D12;
}
.BgClassName
{
background-color: #A80D12;
}
</style>
border-color css
<style>
span { border-color: #A80D12; }
span { border-color: rgb(168,13,18); }
td.TdClassName
{
border-color: #A80D12;
}
.TagClassName
{
border-color: #A80D12;
}
</style>