Shades of Carmine #A80B2B
Tints of Carmine #A80B2B
RGB
CMYK
RGB Variations
Color information
#A80B2B (or 0xA80B2B) is known color: Carmine. HEX triplet: A8, 0B and 2B. RGB value is (168,11,43). Sum of RGB (Red+Green+Blue) = 168+11+43=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B2B is #57F4D4. Grayscale: #3D3D3D. Windows color (decimal): -5764309 or 2821032. OLE color: 2821032.
HSL color Cylindrical-coordinate representation of color #A80B2B: hue angle of 347.77º 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 #A80B2B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 43 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.34 |
| HSL | 347.77º | 0.88% | 0.35% | - |
| HSV(B) | 347.77º | 0.93% | 0.66% | - |
| XYZ | 16.7 | 8.74 | 3.09 | - |
| YUV | 61.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 43 | 0 | 0.93 | 0.74 | 0.34 | 347.77 | 0.88 | 0.35 |
| Hex | A8 | B | 2B | 0 | 5D | 4A | 22 | 15C | 58 | 23 |
| Octal | 250 | 13 | 53 | 0 | 135 | 112 | 42 | 534 | 130 | 43 |
| Binary | 10101000 | 1011 | 101011 | 0 | 1011101 | 1001010 | 100010 | 101011100 | 1011000 | 100011 |
Color Harmonies of #A80B2B
Complementary color
Monochromatic Colors of #A80B2B
Black with #A80B2B
Text Example
Text Example
White with #A80B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B2B; }
p { color: rgb(168,11,43); }
H1.HeaderClassName
{
color: #A80B2B;
}
.AnyTagClassName
{
color: #A80B2B;
}
</style>
background-color css
<style>
a { background-color: #A80B2B; }
a { background-color: rgb(168,11,43); }
div.DivClassName
{
background-color: #A80B2B;
}
.BgClassName
{
background-color: #A80B2B;
}
</style>
border-color css
<style>
span { border-color: #A80B2B; }
span { border-color: rgb(168,11,43); }
td.TdClassName
{
border-color: #A80B2B;
}
.TagClassName
{
border-color: #A80B2B;
}
</style>