Shades of Carmine #A9141D
Tints of Carmine #A9141D
RGB
CMYK
RGB Variations
Color information
#A9141D (or 0xA9141D) is known color: Carmine. HEX triplet: A9, 14 and 1D. RGB value is (169,20,29). Sum of RGB (Red+Green+Blue) = 169+20+29=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A9141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9141D is #56EBE2. Grayscale: #414141. Windows color (decimal): -5696483 or 1905833. OLE color: 1905833.
HSL color Cylindrical-coordinate representation of color #A9141D: hue angle of 356.38º degrees, saturation: 0.79, 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 #A9141D is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 29 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.34 |
| HSL | 356.38º | 0.79% | 0.37% | - |
| HSV(B) | 356.38º | 0.88% | 0.66% | - |
| XYZ | 16.83 | 9.02 | 2.02 | - |
| YUV | 65.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 29 | 0 | 0.88 | 0.83 | 0.34 | 356.38 | 0.79 | 0.37 |
| Hex | A9 | 14 | 1D | 0 | 58 | 53 | 22 | 164 | 4F | 25 |
| Octal | 251 | 24 | 35 | 0 | 130 | 123 | 42 | 544 | 117 | 45 |
| Binary | 10101001 | 10100 | 11101 | 0 | 1011000 | 1010011 | 100010 | 101100100 | 1001111 | 100101 |
Color Harmonies of #A9141D
Complementary color
Monochromatic Colors of #A9141D
Black with #A9141D
Text Example
Text Example
White with #A9141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9141D; }
p { color: rgb(169,20,29); }
H1.HeaderClassName
{
color: #A9141D;
}
.AnyTagClassName
{
color: #A9141D;
}
</style>
background-color css
<style>
a { background-color: #A9141D; }
a { background-color: rgb(169,20,29); }
div.DivClassName
{
background-color: #A9141D;
}
.BgClassName
{
background-color: #A9141D;
}
</style>
border-color css
<style>
span { border-color: #A9141D; }
span { border-color: rgb(169,20,29); }
td.TdClassName
{
border-color: #A9141D;
}
.TagClassName
{
border-color: #A9141D;
}
</style>