Shades of Carmine #A80B29
Tints of Carmine #A80B29
RGB
CMYK
RGB Variations
Color information
#A80B29 (or 0xA80B29) is known color: Carmine. HEX triplet: A8, 0B and 29. RGB value is (168,11,41). Sum of RGB (Red+Green+Blue) = 168+11+41=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B29 is #57F4D6. Grayscale: #3D3D3D. Windows color (decimal): -5764311 or 2689960. OLE color: 2689960.
HSL color Cylindrical-coordinate representation of color #A80B29: hue angle of 348.54º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80B29 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 41 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.34 |
| HSL | 348.54º | 0.88% | 0.35% | - |
| HSV(B) | 348.54º | 0.93% | 0.66% | - |
| XYZ | 16.67 | 8.72 | 2.9 | - |
| YUV | 61.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 41 | 0 | 0.93 | 0.76 | 0.34 | 348.54 | 0.88 | 0.35 |
| Hex | A8 | B | 29 | 0 | 5D | 4C | 22 | 15D | 58 | 23 |
| Octal | 250 | 13 | 51 | 0 | 135 | 114 | 42 | 535 | 130 | 43 |
| Binary | 10101000 | 1011 | 101001 | 0 | 1011101 | 1001100 | 100010 | 101011101 | 1011000 | 100011 |
Color Harmonies of #A80B29
Complementary color
Monochromatic Colors of #A80B29
Black with #A80B29
Text Example
Text Example
White with #A80B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B29; }
p { color: rgb(168,11,41); }
H1.HeaderClassName
{
color: #A80B29;
}
.AnyTagClassName
{
color: #A80B29;
}
</style>
background-color css
<style>
a { background-color: #A80B29; }
a { background-color: rgb(168,11,41); }
div.DivClassName
{
background-color: #A80B29;
}
.BgClassName
{
background-color: #A80B29;
}
</style>
border-color css
<style>
span { border-color: #A80B29; }
span { border-color: rgb(168,11,41); }
td.TdClassName
{
border-color: #A80B29;
}
.TagClassName
{
border-color: #A80B29;
}
</style>