Shades of Carmine #A9000E
Tints of Carmine #A9000E
RGB
CMYK
RGB Variations
Color information
#A9000E (or 0xA9000E) is known color: Carmine. HEX triplet: A9, 00 and 0E. RGB value is (169,0,14). Sum of RGB (Red+Green+Blue) = 169+0+14=183 (24% of max value = 765). Red value is 169 (66.41% from 255 or 92.35% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 169 - color contains mainly: red. Hex color #A9000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9000E is #56FFF1. Grayscale: #343434. Windows color (decimal): -5701618 or 917673. OLE color: 917673.
HSL color Cylindrical-coordinate representation of color #A9000E: hue angle of 355.03º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.34 |
| HSL | 355.03º | 1% | 0.33% | - |
| HSV(B) | 355.03º | 1% | 0.66% | - |
| XYZ | 16.44 | 8.47 | 1.18 | - |
| YUV | 52.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 14 | 0 | 1 | 0.92 | 0.34 | 355.03 | 1 | 0.33 |
| Hex | A9 | 0 | E | 0 | 64 | 5C | 22 | 163 | 64 | 21 |
| Octal | 251 | 0 | 16 | 0 | 144 | 134 | 42 | 543 | 144 | 41 |
| Binary | 10101001 | 0 | 1110 | 0 | 1100100 | 1011100 | 100010 | 101100011 | 1100100 | 100001 |
Color Harmonies of #A9000E
Complementary color
Monochromatic Colors of #A9000E
Black with #A9000E
Text Example
Text Example
White with #A9000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9000E; }
p { color: rgb(169,0,14); }
H1.HeaderClassName
{
color: #A9000E;
}
.AnyTagClassName
{
color: #A9000E;
}
</style>
background-color css
<style>
a { background-color: #A9000E; }
a { background-color: rgb(169,0,14); }
div.DivClassName
{
background-color: #A9000E;
}
.BgClassName
{
background-color: #A9000E;
}
</style>
border-color css
<style>
span { border-color: #A9000E; }
span { border-color: rgb(169,0,14); }
td.TdClassName
{
border-color: #A9000E;
}
.TagClassName
{
border-color: #A9000E;
}
</style>