Shades of Carmine #A2091D
Tints of Carmine #A2091D
RGB
CMYK
RGB Variations
Color information
#A2091D (or 0xA2091D) is known color: Carmine. HEX triplet: A2, 09 and 1D. RGB value is (162,9,29). Sum of RGB (Red+Green+Blue) = 162+9+29=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A2091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2091D is #5DF6E2. Grayscale: #393939. Windows color (decimal): -6158051 or 1903010. OLE color: 1903010.
HSL color Cylindrical-coordinate representation of color #A2091D: hue angle of 352.16º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2091D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 29 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.36 |
| HSL | 352.16º | 0.89% | 0.34% | - |
| HSV(B) | 352.16º | 0.94% | 0.64% | - |
| XYZ | 15.22 | 7.97 | 1.9 | - |
| YUV | 57.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 29 | 0 | 0.94 | 0.82 | 0.36 | 352.16 | 0.89 | 0.34 |
| Hex | A2 | 9 | 1D | 0 | 5E | 52 | 24 | 160 | 59 | 22 |
| Octal | 242 | 11 | 35 | 0 | 136 | 122 | 44 | 540 | 131 | 42 |
| Binary | 10100010 | 1001 | 11101 | 0 | 1011110 | 1010010 | 100100 | 101100000 | 1011001 | 100010 |
Color Harmonies of #A2091D
Complementary color
Monochromatic Colors of #A2091D
Black with #A2091D
Text Example
Text Example
White with #A2091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2091D; }
p { color: rgb(162,9,29); }
H1.HeaderClassName
{
color: #A2091D;
}
.AnyTagClassName
{
color: #A2091D;
}
</style>
background-color css
<style>
a { background-color: #A2091D; }
a { background-color: rgb(162,9,29); }
div.DivClassName
{
background-color: #A2091D;
}
.BgClassName
{
background-color: #A2091D;
}
</style>
border-color css
<style>
span { border-color: #A2091D; }
span { border-color: rgb(162,9,29); }
td.TdClassName
{
border-color: #A2091D;
}
.TagClassName
{
border-color: #A2091D;
}
</style>