Shades of Carmine #A20821
Tints of Carmine #A20821
RGB
CMYK
RGB Variations
Color information
#A20821 (or 0xA20821) is known color: Carmine. HEX triplet: A2, 08 and 21. RGB value is (162,8,33). Sum of RGB (Red+Green+Blue) = 162+8+33=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20821 is #5DF7DE. Grayscale: #383838. Windows color (decimal): -6158303 or 2164898. OLE color: 2164898.
HSL color Cylindrical-coordinate representation of color #A20821: hue angle of 350.26º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20821 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 33 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.36 |
| HSL | 350.26º | 0.91% | 0.33% | - |
| HSV(B) | 350.26º | 0.95% | 0.64% | - |
| XYZ | 15.26 | 7.96 | 2.17 | - |
| YUV | 56.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 33 | 0 | 0.95 | 0.80 | 0.36 | 350.26 | 0.91 | 0.33 |
| Hex | A2 | 8 | 21 | 0 | 5F | 50 | 24 | 15E | 5B | 21 |
| Octal | 242 | 10 | 41 | 0 | 137 | 120 | 44 | 536 | 133 | 41 |
| Binary | 10100010 | 1000 | 100001 | 0 | 1011111 | 1010000 | 100100 | 101011110 | 1011011 | 100001 |
Color Harmonies of #A20821
Complementary color
Monochromatic Colors of #A20821
Black with #A20821
Text Example
Text Example
White with #A20821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20821; }
p { color: rgb(162,8,33); }
H1.HeaderClassName
{
color: #A20821;
}
.AnyTagClassName
{
color: #A20821;
}
</style>
background-color css
<style>
a { background-color: #A20821; }
a { background-color: rgb(162,8,33); }
div.DivClassName
{
background-color: #A20821;
}
.BgClassName
{
background-color: #A20821;
}
</style>
border-color css
<style>
span { border-color: #A20821; }
span { border-color: rgb(162,8,33); }
td.TdClassName
{
border-color: #A20821;
}
.TagClassName
{
border-color: #A20821;
}
</style>