Shades of Carmine #A80720
Tints of Carmine #A80720
RGB
CMYK
RGB Variations
Color information
#A80720 (or 0xA80720) is known color: Carmine. HEX triplet: A8, 07 and 20. RGB value is (168,7,32). Sum of RGB (Red+Green+Blue) = 168+7+32=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A80720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80720 is #57F8DF. Grayscale: #3A3A3A. Windows color (decimal): -5765344 or 2099112. OLE color: 2099112.
HSL color Cylindrical-coordinate representation of color #A80720: hue angle of 350.68º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80720 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 32 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.34 |
| HSL | 350.68º | 0.92% | 0.34% | - |
| HSV(B) | 350.68º | 0.96% | 0.66% | - |
| XYZ | 16.49 | 8.58 | 2.15 | - |
| YUV | 57.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 32 | 0 | 0.96 | 0.81 | 0.34 | 350.68 | 0.92 | 0.34 |
| Hex | A8 | 7 | 20 | 0 | 60 | 51 | 22 | 15F | 5C | 22 |
| Octal | 250 | 7 | 40 | 0 | 140 | 121 | 42 | 537 | 134 | 42 |
| Binary | 10101000 | 111 | 100000 | 0 | 1100000 | 1010001 | 100010 | 101011111 | 1011100 | 100010 |
Color Harmonies of #A80720
Complementary color
Monochromatic Colors of #A80720
Black with #A80720
Text Example
Text Example
White with #A80720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80720; }
p { color: rgb(168,7,32); }
H1.HeaderClassName
{
color: #A80720;
}
.AnyTagClassName
{
color: #A80720;
}
</style>
background-color css
<style>
a { background-color: #A80720; }
a { background-color: rgb(168,7,32); }
div.DivClassName
{
background-color: #A80720;
}
.BgClassName
{
background-color: #A80720;
}
</style>
border-color css
<style>
span { border-color: #A80720; }
span { border-color: rgb(168,7,32); }
td.TdClassName
{
border-color: #A80720;
}
.TagClassName
{
border-color: #A80720;
}
</style>