Shades of Carmine #A81420
Tints of Carmine #A81420
RGB
CMYK
RGB Variations
Color information
#A81420 (or 0xA81420) is known color: Carmine. HEX triplet: A8, 14 and 20. RGB value is (168,20,32). Sum of RGB (Red+Green+Blue) = 168+20+32=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A81420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81420 is #57EBDF. Grayscale: #414141. Windows color (decimal): -5762016 or 2102440. OLE color: 2102440.
HSL color Cylindrical-coordinate representation of color #A81420: hue angle of 355.14º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81420 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 32 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.34 |
| HSL | 355.14º | 0.79% | 0.37% | - |
| HSV(B) | 355.14º | 0.88% | 0.66% | - |
| XYZ | 16.66 | 8.93 | 2.21 | - |
| YUV | 65.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 32 | 0 | 0.88 | 0.81 | 0.34 | 355.14 | 0.79 | 0.37 |
| Hex | A8 | 14 | 20 | 0 | 58 | 51 | 22 | 163 | 4F | 25 |
| Octal | 250 | 24 | 40 | 0 | 130 | 121 | 42 | 543 | 117 | 45 |
| Binary | 10101000 | 10100 | 100000 | 0 | 1011000 | 1010001 | 100010 | 101100011 | 1001111 | 100101 |
Color Harmonies of #A81420
Complementary color
Monochromatic Colors of #A81420
Black with #A81420
Text Example
Text Example
White with #A81420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81420; }
p { color: rgb(168,20,32); }
H1.HeaderClassName
{
color: #A81420;
}
.AnyTagClassName
{
color: #A81420;
}
</style>
background-color css
<style>
a { background-color: #A81420; }
a { background-color: rgb(168,20,32); }
div.DivClassName
{
background-color: #A81420;
}
.BgClassName
{
background-color: #A81420;
}
</style>
border-color css
<style>
span { border-color: #A81420; }
span { border-color: rgb(168,20,32); }
td.TdClassName
{
border-color: #A81420;
}
.TagClassName
{
border-color: #A81420;
}
</style>