Shades of Carmine #A80625
Tints of Carmine #A80625
RGB
CMYK
RGB Variations
Color information
#A80625 (or 0xA80625) is known color: Carmine. HEX triplet: A8, 06 and 25. RGB value is (168,6,37). Sum of RGB (Red+Green+Blue) = 168+6+37=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A80625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80625 is #57F9DA. Grayscale: #3A3A3A. Windows color (decimal): -5765595 or 2426536. OLE color: 2426536.
HSL color Cylindrical-coordinate representation of color #A80625: hue angle of 348.52º degrees, saturation: 0.93, 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 #A80625 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 37 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.34 |
| HSL | 348.52º | 0.93% | 0.34% | - |
| HSV(B) | 348.52º | 0.96% | 0.66% | - |
| XYZ | 16.55 | 8.59 | 2.54 | - |
| YUV | 57.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 37 | 0 | 0.96 | 0.78 | 0.34 | 348.52 | 0.93 | 0.34 |
| Hex | A8 | 6 | 25 | 0 | 60 | 4E | 22 | 15D | 5D | 22 |
| Octal | 250 | 6 | 45 | 0 | 140 | 116 | 42 | 535 | 135 | 42 |
| Binary | 10101000 | 110 | 100101 | 0 | 1100000 | 1001110 | 100010 | 101011101 | 1011101 | 100010 |
Color Harmonies of #A80625
Complementary color
Monochromatic Colors of #A80625
Black with #A80625
Text Example
Text Example
White with #A80625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80625; }
p { color: rgb(168,6,37); }
H1.HeaderClassName
{
color: #A80625;
}
.AnyTagClassName
{
color: #A80625;
}
</style>
background-color css
<style>
a { background-color: #A80625; }
a { background-color: rgb(168,6,37); }
div.DivClassName
{
background-color: #A80625;
}
.BgClassName
{
background-color: #A80625;
}
</style>
border-color css
<style>
span { border-color: #A80625; }
span { border-color: rgb(168,6,37); }
td.TdClassName
{
border-color: #A80625;
}
.TagClassName
{
border-color: #A80625;
}
</style>