Shades of Carmine #A9151C
Tints of Carmine #A9151C
RGB
CMYK
RGB Variations
Color information
#A9151C (or 0xA9151C) is known color: Carmine. HEX triplet: A9, 15 and 1C. RGB value is (169,21,28). Sum of RGB (Red+Green+Blue) = 169+21+28=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A9151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9151C is #56EAE3. Grayscale: #424242. Windows color (decimal): -5696228 or 1840553. OLE color: 1840553.
HSL color Cylindrical-coordinate representation of color #A9151C: hue angle of 357.16º 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 #A9151C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 28 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.34 |
| HSL | 357.16º | 0.78% | 0.37% | - |
| HSV(B) | 357.16º | 0.88% | 0.66% | - |
| XYZ | 16.84 | 9.06 | 1.96 | - |
| YUV | 66.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 28 | 0 | 0.88 | 0.83 | 0.34 | 357.16 | 0.78 | 0.37 |
| Hex | A9 | 15 | 1C | 0 | 58 | 53 | 22 | 165 | 4E | 25 |
| Octal | 251 | 25 | 34 | 0 | 130 | 123 | 42 | 545 | 116 | 45 |
| Binary | 10101001 | 10101 | 11100 | 0 | 1011000 | 1010011 | 100010 | 101100101 | 1001110 | 100101 |
Color Harmonies of #A9151C
Complementary color
Monochromatic Colors of #A9151C
Black with #A9151C
Text Example
Text Example
White with #A9151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9151C; }
p { color: rgb(169,21,28); }
H1.HeaderClassName
{
color: #A9151C;
}
.AnyTagClassName
{
color: #A9151C;
}
</style>
background-color css
<style>
a { background-color: #A9151C; }
a { background-color: rgb(169,21,28); }
div.DivClassName
{
background-color: #A9151C;
}
.BgClassName
{
background-color: #A9151C;
}
</style>
border-color css
<style>
span { border-color: #A9151C; }
span { border-color: rgb(169,21,28); }
td.TdClassName
{
border-color: #A9151C;
}
.TagClassName
{
border-color: #A9151C;
}
</style>