Shades of Carmine #A80321
Tints of Carmine #A80321
RGB
CMYK
RGB Variations
Color information
#A80321 (or 0xA80321) is known color: Carmine. HEX triplet: A8, 03 and 21. RGB value is (168,3,33). Sum of RGB (Red+Green+Blue) = 168+3+33=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A80321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80321 is #57FCDE. Grayscale: #373737. Windows color (decimal): -5766367 or 2163624. OLE color: 2163624.
HSL color Cylindrical-coordinate representation of color #A80321: hue angle of 349.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80321 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.34 |
| HSL | 349.09º | 0.96% | 0.34% | - |
| HSV(B) | 349.09º | 0.98% | 0.66% | - |
| XYZ | 16.46 | 8.5 | 2.21 | - |
| YUV | 55.76 | 115.16 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 33 | 0 | 0.98 | 0.80 | 0.34 | 349.09 | 0.96 | 0.34 |
| Hex | A8 | 3 | 21 | 0 | 62 | 50 | 22 | 15D | 60 | 22 |
| Octal | 250 | 3 | 41 | 0 | 142 | 120 | 42 | 535 | 140 | 42 |
| Binary | 10101000 | 11 | 100001 | 0 | 1100010 | 1010000 | 100010 | 101011101 | 1100000 | 100010 |
Color Harmonies of #A80321
Complementary color
Monochromatic Colors of #A80321
Black with #A80321
Text Example
Text Example
White with #A80321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80321; }
p { color: rgb(168,3,33); }
H1.HeaderClassName
{
color: #A80321;
}
.AnyTagClassName
{
color: #A80321;
}
</style>
background-color css
<style>
a { background-color: #A80321; }
a { background-color: rgb(168,3,33); }
div.DivClassName
{
background-color: #A80321;
}
.BgClassName
{
background-color: #A80321;
}
</style>
border-color css
<style>
span { border-color: #A80321; }
span { border-color: rgb(168,3,33); }
td.TdClassName
{
border-color: #A80321;
}
.TagClassName
{
border-color: #A80321;
}
</style>