Shades of Carmine #A91324
Tints of Carmine #A91324
RGB
CMYK
RGB Variations
Color information
#A91324 (or 0xA91324) is known color: Carmine. HEX triplet: A9, 13 and 24. RGB value is (169,19,36). Sum of RGB (Red+Green+Blue) = 169+19+36=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A91324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91324 is #56ECDB. Grayscale: #414141. Windows color (decimal): -5696732 or 2364329. OLE color: 2364329.
HSL color Cylindrical-coordinate representation of color #A91324: hue angle of 353.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91324 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 36 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.34 |
| HSL | 353.2º | 0.8% | 0.37% | - |
| HSV(B) | 353.2º | 0.89% | 0.66% | - |
| XYZ | 16.91 | 9.03 | 2.52 | - |
| YUV | 65.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 36 | 0 | 0.89 | 0.79 | 0.34 | 353.2 | 0.8 | 0.37 |
| Hex | A9 | 13 | 24 | 0 | 59 | 4F | 22 | 161 | 50 | 25 |
| Octal | 251 | 23 | 44 | 0 | 131 | 117 | 42 | 541 | 120 | 45 |
| Binary | 10101001 | 10011 | 100100 | 0 | 1011001 | 1001111 | 100010 | 101100001 | 1010000 | 100101 |
Color Harmonies of #A91324
Complementary color
Monochromatic Colors of #A91324
Black with #A91324
Text Example
Text Example
White with #A91324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91324; }
p { color: rgb(169,19,36); }
H1.HeaderClassName
{
color: #A91324;
}
.AnyTagClassName
{
color: #A91324;
}
</style>
background-color css
<style>
a { background-color: #A91324; }
a { background-color: rgb(169,19,36); }
div.DivClassName
{
background-color: #A91324;
}
.BgClassName
{
background-color: #A91324;
}
</style>
border-color css
<style>
span { border-color: #A91324; }
span { border-color: rgb(169,19,36); }
td.TdClassName
{
border-color: #A91324;
}
.TagClassName
{
border-color: #A91324;
}
</style>