Shades of Carmine #A2091A
Tints of Carmine #A2091A
RGB
CMYK
RGB Variations
Color information
#A2091A (or 0xA2091A) is known color: Carmine. HEX triplet: A2, 09 and 1A. RGB value is (162,9,26). Sum of RGB (Red+Green+Blue) = 162+9+26=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2091A is #5DF6E5. Grayscale: #383838. Windows color (decimal): -6158054 or 1706402. OLE color: 1706402.
HSL color Cylindrical-coordinate representation of color #A2091A: hue angle of 353.33º 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 #A2091A is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 26 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.36 |
| HSL | 353.33º | 0.89% | 0.34% | - |
| HSV(B) | 353.33º | 0.94% | 0.64% | - |
| XYZ | 15.18 | 7.95 | 1.71 | - |
| YUV | 56.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 26 | 0 | 0.94 | 0.84 | 0.36 | 353.33 | 0.89 | 0.34 |
| Hex | A2 | 9 | 1A | 0 | 5E | 54 | 24 | 161 | 59 | 22 |
| Octal | 242 | 11 | 32 | 0 | 136 | 124 | 44 | 541 | 131 | 42 |
| Binary | 10100010 | 1001 | 11010 | 0 | 1011110 | 1010100 | 100100 | 101100001 | 1011001 | 100010 |
Color Harmonies of #A2091A
Complementary color
Monochromatic Colors of #A2091A
Black with #A2091A
Text Example
Text Example
White with #A2091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2091A; }
p { color: rgb(162,9,26); }
H1.HeaderClassName
{
color: #A2091A;
}
.AnyTagClassName
{
color: #A2091A;
}
</style>
background-color css
<style>
a { background-color: #A2091A; }
a { background-color: rgb(162,9,26); }
div.DivClassName
{
background-color: #A2091A;
}
.BgClassName
{
background-color: #A2091A;
}
</style>
border-color css
<style>
span { border-color: #A2091A; }
span { border-color: rgb(162,9,26); }
td.TdClassName
{
border-color: #A2091A;
}
.TagClassName
{
border-color: #A2091A;
}
</style>