Shades of Carmine #A80A2B
Tints of Carmine #A80A2B
RGB
CMYK
RGB Variations
Color information
#A80A2B (or 0xA80A2B) is known color: Carmine. HEX triplet: A8, 0A and 2B. RGB value is (168,10,43). Sum of RGB (Red+Green+Blue) = 168+10+43=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80A2B is #57F5D4. Grayscale: #3D3D3D. Windows color (decimal): -5764565 or 2820776. OLE color: 2820776.
HSL color Cylindrical-coordinate representation of color #A80A2B: hue angle of 347.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A2B is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 43 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.34 |
| HSL | 347.47º | 0.89% | 0.35% | - |
| HSV(B) | 347.47º | 0.94% | 0.66% | - |
| XYZ | 16.69 | 8.72 | 3.09 | - |
| YUV | 61 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 43 | 0 | 0.94 | 0.74 | 0.34 | 347.47 | 0.89 | 0.35 |
| Hex | A8 | A | 2B | 0 | 5E | 4A | 22 | 15B | 59 | 23 |
| Octal | 250 | 12 | 53 | 0 | 136 | 112 | 42 | 533 | 131 | 43 |
| Binary | 10101000 | 1010 | 101011 | 0 | 1011110 | 1001010 | 100010 | 101011011 | 1011001 | 100011 |
Color Harmonies of #A80A2B
Complementary color
Monochromatic Colors of #A80A2B
Black with #A80A2B
Text Example
Text Example
White with #A80A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A2B; }
p { color: rgb(168,10,43); }
H1.HeaderClassName
{
color: #A80A2B;
}
.AnyTagClassName
{
color: #A80A2B;
}
</style>
background-color css
<style>
a { background-color: #A80A2B; }
a { background-color: rgb(168,10,43); }
div.DivClassName
{
background-color: #A80A2B;
}
.BgClassName
{
background-color: #A80A2B;
}
</style>
border-color css
<style>
span { border-color: #A80A2B; }
span { border-color: rgb(168,10,43); }
td.TdClassName
{
border-color: #A80A2B;
}
.TagClassName
{
border-color: #A80A2B;
}
</style>