Shades of Carmine #A80514
Tints of Carmine #A80514
RGB
CMYK
RGB Variations
Color information
#A80514 (or 0xA80514) is known color: Carmine. HEX triplet: A8, 05 and 14. RGB value is (168,5,20). Sum of RGB (Red+Green+Blue) = 168+5+20=193 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.05% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 168 - color contains mainly: red. Hex color #A80514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80514 is #57FAEB. Grayscale: #373737. Windows color (decimal): -5765868 or 1312168. OLE color: 1312168.
HSL color Cylindrical-coordinate representation of color #A80514: hue angle of 354.48º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80514 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 20 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.34 |
| HSL | 354.48º | 0.94% | 0.34% | - |
| HSV(B) | 354.48º | 0.97% | 0.66% | - |
| XYZ | 16.33 | 8.48 | 1.44 | - |
| YUV | 55.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 20 | 0 | 0.97 | 0.88 | 0.34 | 354.48 | 0.94 | 0.34 |
| Hex | A8 | 5 | 14 | 0 | 61 | 58 | 22 | 162 | 5E | 22 |
| Octal | 250 | 5 | 24 | 0 | 141 | 130 | 42 | 542 | 136 | 42 |
| Binary | 10101000 | 101 | 10100 | 0 | 1100001 | 1011000 | 100010 | 101100010 | 1011110 | 100010 |
Color Harmonies of #A80514
Complementary color
Monochromatic Colors of #A80514
Black with #A80514
Text Example
Text Example
White with #A80514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80514; }
p { color: rgb(168,5,20); }
H1.HeaderClassName
{
color: #A80514;
}
.AnyTagClassName
{
color: #A80514;
}
</style>
background-color css
<style>
a { background-color: #A80514; }
a { background-color: rgb(168,5,20); }
div.DivClassName
{
background-color: #A80514;
}
.BgClassName
{
background-color: #A80514;
}
</style>
border-color css
<style>
span { border-color: #A80514; }
span { border-color: rgb(168,5,20); }
td.TdClassName
{
border-color: #A80514;
}
.TagClassName
{
border-color: #A80514;
}
</style>