Shades of Carmine #A80311
Tints of Carmine #A80311
RGB
CMYK
RGB Variations
Color information
#A80311 (or 0xA80311) is known color: Carmine. HEX triplet: A8, 03 and 11. RGB value is (168,3,17). Sum of RGB (Red+Green+Blue) = 168+3+17=188 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.36% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 168 - color contains mainly: red. Hex color #A80311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80311 is #57FCEE. Grayscale: #363636. Windows color (decimal): -5766383 or 1115048. OLE color: 1115048.
HSL color Cylindrical-coordinate representation of color #A80311: hue angle of 354.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80311 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 17 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.34 |
| HSL | 354.91º | 0.96% | 0.34% | - |
| HSV(B) | 354.91º | 0.98% | 0.66% | - |
| XYZ | 16.28 | 8.43 | 1.3 | - |
| YUV | 53.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 17 | 0 | 0.98 | 0.90 | 0.34 | 354.91 | 0.96 | 0.34 |
| Hex | A8 | 3 | 11 | 0 | 62 | 5A | 22 | 163 | 60 | 22 |
| Octal | 250 | 3 | 21 | 0 | 142 | 132 | 42 | 543 | 140 | 42 |
| Binary | 10101000 | 11 | 10001 | 0 | 1100010 | 1011010 | 100010 | 101100011 | 1100000 | 100010 |
Color Harmonies of #A80311
Complementary color
Monochromatic Colors of #A80311
Black with #A80311
Text Example
Text Example
White with #A80311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80311; }
p { color: rgb(168,3,17); }
H1.HeaderClassName
{
color: #A80311;
}
.AnyTagClassName
{
color: #A80311;
}
</style>
background-color css
<style>
a { background-color: #A80311; }
a { background-color: rgb(168,3,17); }
div.DivClassName
{
background-color: #A80311;
}
.BgClassName
{
background-color: #A80311;
}
</style>
border-color css
<style>
span { border-color: #A80311; }
span { border-color: rgb(168,3,17); }
td.TdClassName
{
border-color: #A80311;
}
.TagClassName
{
border-color: #A80311;
}
</style>