Shades of Carmine #A80525
Tints of Carmine #A80525
RGB
CMYK
RGB Variations
Color information
#A80525 (or 0xA80525) is known color: Carmine. HEX triplet: A8, 05 and 25. RGB value is (168,5,37). Sum of RGB (Red+Green+Blue) = 168+5+37=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A80525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80525 is #57FADA. Grayscale: #393939. Windows color (decimal): -5765851 or 2426280. OLE color: 2426280.
HSL color Cylindrical-coordinate representation of color #A80525: hue angle of 348.22º 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 #A80525 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 37 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.34 |
| HSL | 348.22º | 0.94% | 0.34% | - |
| HSV(B) | 348.22º | 0.97% | 0.66% | - |
| XYZ | 16.54 | 8.57 | 2.53 | - |
| YUV | 57.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 37 | 0 | 0.97 | 0.78 | 0.34 | 348.22 | 0.94 | 0.34 |
| Hex | A8 | 5 | 25 | 0 | 61 | 4E | 22 | 15C | 5E | 22 |
| Octal | 250 | 5 | 45 | 0 | 141 | 116 | 42 | 534 | 136 | 42 |
| Binary | 10101000 | 101 | 100101 | 0 | 1100001 | 1001110 | 100010 | 101011100 | 1011110 | 100010 |
Color Harmonies of #A80525
Complementary color
Monochromatic Colors of #A80525
Black with #A80525
Text Example
Text Example
White with #A80525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80525; }
p { color: rgb(168,5,37); }
H1.HeaderClassName
{
color: #A80525;
}
.AnyTagClassName
{
color: #A80525;
}
</style>
background-color css
<style>
a { background-color: #A80525; }
a { background-color: rgb(168,5,37); }
div.DivClassName
{
background-color: #A80525;
}
.BgClassName
{
background-color: #A80525;
}
</style>
border-color css
<style>
span { border-color: #A80525; }
span { border-color: rgb(168,5,37); }
td.TdClassName
{
border-color: #A80525;
}
.TagClassName
{
border-color: #A80525;
}
</style>