Shades of Carmine #A2091B
Tints of Carmine #A2091B
RGB
CMYK
RGB Variations
Color information
#A2091B (or 0xA2091B) is known color: Carmine. HEX triplet: A2, 09 and 1B. RGB value is (162,9,27). Sum of RGB (Red+Green+Blue) = 162+9+27=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A2091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2091B is #5DF6E4. Grayscale: #383838. Windows color (decimal): -6158053 or 1771938. OLE color: 1771938.
HSL color Cylindrical-coordinate representation of color #A2091B: hue angle of 352.94º 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 #A2091B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 27 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.36 |
| HSL | 352.94º | 0.89% | 0.34% | - |
| HSV(B) | 352.94º | 0.94% | 0.64% | - |
| XYZ | 15.2 | 7.96 | 1.77 | - |
| YUV | 56.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 27 | 0 | 0.94 | 0.83 | 0.36 | 352.94 | 0.89 | 0.34 |
| Hex | A2 | 9 | 1B | 0 | 5E | 53 | 24 | 161 | 59 | 22 |
| Octal | 242 | 11 | 33 | 0 | 136 | 123 | 44 | 541 | 131 | 42 |
| Binary | 10100010 | 1001 | 11011 | 0 | 1011110 | 1010011 | 100100 | 101100001 | 1011001 | 100010 |
Color Harmonies of #A2091B
Complementary color
Monochromatic Colors of #A2091B
Black with #A2091B
Text Example
Text Example
White with #A2091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2091B; }
p { color: rgb(162,9,27); }
H1.HeaderClassName
{
color: #A2091B;
}
.AnyTagClassName
{
color: #A2091B;
}
</style>
background-color css
<style>
a { background-color: #A2091B; }
a { background-color: rgb(162,9,27); }
div.DivClassName
{
background-color: #A2091B;
}
.BgClassName
{
background-color: #A2091B;
}
</style>
border-color css
<style>
span { border-color: #A2091B; }
span { border-color: rgb(162,9,27); }
td.TdClassName
{
border-color: #A2091B;
}
.TagClassName
{
border-color: #A2091B;
}
</style>