Shades of Carmine #A00B29
Tints of Carmine #A00B29
RGB
CMYK
RGB Variations
Color information
#A00B29 (or 0xA00B29) is known color: Carmine. HEX triplet: A0, 0B and 29. RGB value is (160,11,41). Sum of RGB (Red+Green+Blue) = 160+11+41=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B29 is #5FF4D6. Grayscale: #3B3B3B. Windows color (decimal): -6288599 or 2689952. OLE color: 2689952.
HSL color Cylindrical-coordinate representation of color #A00B29: hue angle of 347.92º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B29 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 41 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.37 |
| HSL | 347.92º | 0.87% | 0.34% | - |
| HSV(B) | 347.92º | 0.93% | 0.63% | - |
| XYZ | 15.02 | 7.87 | 2.83 | - |
| YUV | 58.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 41 | 0 | 0.93 | 0.74 | 0.37 | 347.92 | 0.87 | 0.34 |
| Hex | A0 | B | 29 | 0 | 5D | 4A | 25 | 15C | 57 | 22 |
| Octal | 240 | 13 | 51 | 0 | 135 | 112 | 45 | 534 | 127 | 42 |
| Binary | 10100000 | 1011 | 101001 | 0 | 1011101 | 1001010 | 100101 | 101011100 | 1010111 | 100010 |
Color Harmonies of #A00B29
Complementary color
Monochromatic Colors of #A00B29
Black with #A00B29
Text Example
Text Example
White with #A00B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B29; }
p { color: rgb(160,11,41); }
H1.HeaderClassName
{
color: #A00B29;
}
.AnyTagClassName
{
color: #A00B29;
}
</style>
background-color css
<style>
a { background-color: #A00B29; }
a { background-color: rgb(160,11,41); }
div.DivClassName
{
background-color: #A00B29;
}
.BgClassName
{
background-color: #A00B29;
}
</style>
border-color css
<style>
span { border-color: #A00B29; }
span { border-color: rgb(160,11,41); }
td.TdClassName
{
border-color: #A00B29;
}
.TagClassName
{
border-color: #A00B29;
}
</style>