Shades of Carmine #A80820
Tints of Carmine #A80820
RGB
CMYK
RGB Variations
Color information
#A80820 (or 0xA80820) is known color: Carmine. HEX triplet: A8, 08 and 20. RGB value is (168,8,32). Sum of RGB (Red+Green+Blue) = 168+8+32=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A80820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80820 is #57F7DF. Grayscale: #3A3A3A. Windows color (decimal): -5765088 or 2099368. OLE color: 2099368.
HSL color Cylindrical-coordinate representation of color #A80820: hue angle of 351º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80820 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 32 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.34 |
| HSL | 351º | 0.91% | 0.35% | - |
| HSV(B) | 351º | 0.95% | 0.66% | - |
| XYZ | 16.5 | 8.6 | 2.16 | - |
| YUV | 58.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 32 | 0 | 0.95 | 0.81 | 0.34 | 351 | 0.91 | 0.35 |
| Hex | A8 | 8 | 20 | 0 | 5F | 51 | 22 | 15F | 5B | 23 |
| Octal | 250 | 10 | 40 | 0 | 137 | 121 | 42 | 537 | 133 | 43 |
| Binary | 10101000 | 1000 | 100000 | 0 | 1011111 | 1010001 | 100010 | 101011111 | 1011011 | 100011 |
Color Harmonies of #A80820
Complementary color
Monochromatic Colors of #A80820
Black with #A80820
Text Example
Text Example
White with #A80820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80820; }
p { color: rgb(168,8,32); }
H1.HeaderClassName
{
color: #A80820;
}
.AnyTagClassName
{
color: #A80820;
}
</style>
background-color css
<style>
a { background-color: #A80820; }
a { background-color: rgb(168,8,32); }
div.DivClassName
{
background-color: #A80820;
}
.BgClassName
{
background-color: #A80820;
}
</style>
border-color css
<style>
span { border-color: #A80820; }
span { border-color: rgb(168,8,32); }
td.TdClassName
{
border-color: #A80820;
}
.TagClassName
{
border-color: #A80820;
}
</style>