Shades of Carmine #A80725
Tints of Carmine #A80725
RGB
CMYK
RGB Variations
Color information
#A80725 (or 0xA80725) is known color: Carmine. HEX triplet: A8, 07 and 25. RGB value is (168,7,37). Sum of RGB (Red+Green+Blue) = 168+7+37=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A80725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80725 is #57F8DA. Grayscale: #3A3A3A. Windows color (decimal): -5765339 or 2426792. OLE color: 2426792.
HSL color Cylindrical-coordinate representation of color #A80725: hue angle of 348.82º 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 #A80725 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 37 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.34 |
| HSL | 348.82º | 0.92% | 0.34% | - |
| HSV(B) | 348.82º | 0.96% | 0.66% | - |
| XYZ | 16.56 | 8.61 | 2.54 | - |
| YUV | 58.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 37 | 0 | 0.96 | 0.78 | 0.34 | 348.82 | 0.92 | 0.34 |
| Hex | A8 | 7 | 25 | 0 | 60 | 4E | 22 | 15D | 5C | 22 |
| Octal | 250 | 7 | 45 | 0 | 140 | 116 | 42 | 535 | 134 | 42 |
| Binary | 10101000 | 111 | 100101 | 0 | 1100000 | 1001110 | 100010 | 101011101 | 1011100 | 100010 |
Color Harmonies of #A80725
Complementary color
Monochromatic Colors of #A80725
Black with #A80725
Text Example
Text Example
White with #A80725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80725; }
p { color: rgb(168,7,37); }
H1.HeaderClassName
{
color: #A80725;
}
.AnyTagClassName
{
color: #A80725;
}
</style>
background-color css
<style>
a { background-color: #A80725; }
a { background-color: rgb(168,7,37); }
div.DivClassName
{
background-color: #A80725;
}
.BgClassName
{
background-color: #A80725;
}
</style>
border-color css
<style>
span { border-color: #A80725; }
span { border-color: rgb(168,7,37); }
td.TdClassName
{
border-color: #A80725;
}
.TagClassName
{
border-color: #A80725;
}
</style>