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