Shades of Carmine #A91525
Tints of Carmine #A91525
RGB
CMYK
RGB Variations
Color information
#A91525 (or 0xA91525) is known color: Carmine. HEX triplet: A9, 15 and 25. RGB value is (169,21,37). Sum of RGB (Red+Green+Blue) = 169+21+37=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A91525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91525 is #56EADA. Grayscale: #434343. Windows color (decimal): -5696219 or 2430377. OLE color: 2430377.
HSL color Cylindrical-coordinate representation of color #A91525: hue angle of 353.51º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91525 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 37 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.34 |
| HSL | 353.51º | 0.78% | 0.37% | - |
| HSV(B) | 353.51º | 0.88% | 0.66% | - |
| XYZ | 16.96 | 9.1 | 2.61 | - |
| YUV | 67.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 37 | 0 | 0.88 | 0.78 | 0.34 | 353.51 | 0.78 | 0.37 |
| Hex | A9 | 15 | 25 | 0 | 58 | 4E | 22 | 162 | 4E | 25 |
| Octal | 251 | 25 | 45 | 0 | 130 | 116 | 42 | 542 | 116 | 45 |
| Binary | 10101001 | 10101 | 100101 | 0 | 1011000 | 1001110 | 100010 | 101100010 | 1001110 | 100101 |
Color Harmonies of #A91525
Complementary color
Monochromatic Colors of #A91525
Black with #A91525
Text Example
Text Example
White with #A91525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91525; }
p { color: rgb(169,21,37); }
H1.HeaderClassName
{
color: #A91525;
}
.AnyTagClassName
{
color: #A91525;
}
</style>
background-color css
<style>
a { background-color: #A91525; }
a { background-color: rgb(169,21,37); }
div.DivClassName
{
background-color: #A91525;
}
.BgClassName
{
background-color: #A91525;
}
</style>
border-color css
<style>
span { border-color: #A91525; }
span { border-color: rgb(169,21,37); }
td.TdClassName
{
border-color: #A91525;
}
.TagClassName
{
border-color: #A91525;
}
</style>