Shades of Carmine #A80122
Tints of Carmine #A80122
RGB
CMYK
RGB Variations
Color information
#A80122 (or 0xA80122) is known color: Carmine. HEX triplet: A8, 01 and 22. RGB value is (168,1,34). Sum of RGB (Red+Green+Blue) = 168+1+34=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A80122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80122 is #57FEDD. Grayscale: #363636. Windows color (decimal): -5766878 or 2228648. OLE color: 2228648.
HSL color Cylindrical-coordinate representation of color #A80122: hue angle of 348.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80122 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.34 |
| HSL | 348.14º | 0.99% | 0.33% | - |
| HSV(B) | 348.14º | 0.99% | 0.66% | - |
| XYZ | 16.45 | 8.46 | 2.28 | - |
| YUV | 54.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 34 | 0 | 0.99 | 0.80 | 0.34 | 348.14 | 0.99 | 0.33 |
| Hex | A8 | 1 | 22 | 0 | 63 | 50 | 22 | 15C | 63 | 21 |
| Octal | 250 | 1 | 42 | 0 | 143 | 120 | 42 | 534 | 143 | 41 |
| Binary | 10101000 | 1 | 100010 | 0 | 1100011 | 1010000 | 100010 | 101011100 | 1100011 | 100001 |
Color Harmonies of #A80122
Complementary color
Monochromatic Colors of #A80122
Black with #A80122
Text Example
Text Example
White with #A80122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80122; }
p { color: rgb(168,1,34); }
H1.HeaderClassName
{
color: #A80122;
}
.AnyTagClassName
{
color: #A80122;
}
</style>
background-color css
<style>
a { background-color: #A80122; }
a { background-color: rgb(168,1,34); }
div.DivClassName
{
background-color: #A80122;
}
.BgClassName
{
background-color: #A80122;
}
</style>
border-color css
<style>
span { border-color: #A80122; }
span { border-color: rgb(168,1,34); }
td.TdClassName
{
border-color: #A80122;
}
.TagClassName
{
border-color: #A80122;
}
</style>