Shades of Carmine #A2092F
Tints of Carmine #A2092F
RGB
CMYK
RGB Variations
Color information
#A2092F (or 0xA2092F) is known color: Carmine. HEX triplet: A2, 09 and 2F. RGB value is (162,9,47). Sum of RGB (Red+Green+Blue) = 162+9+47=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A2092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2092F is #5DF6D0. Grayscale: #3B3B3B. Windows color (decimal): -6158033 or 3082658. OLE color: 3082658.
HSL color Cylindrical-coordinate representation of color #A2092F: hue angle of 345.1º 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 #A2092F is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 47 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.36 |
| HSL | 345.1º | 0.89% | 0.34% | - |
| HSV(B) | 345.1º | 0.94% | 0.64% | - |
| XYZ | 15.51 | 8.08 | 3.43 | - |
| YUV | 59.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 47 | 0 | 0.94 | 0.71 | 0.36 | 345.1 | 0.89 | 0.34 |
| Hex | A2 | 9 | 2F | 0 | 5E | 47 | 24 | 159 | 59 | 22 |
| Octal | 242 | 11 | 57 | 0 | 136 | 107 | 44 | 531 | 131 | 42 |
| Binary | 10100010 | 1001 | 101111 | 0 | 1011110 | 1000111 | 100100 | 101011001 | 1011001 | 100010 |
Color Harmonies of #A2092F
Complementary color
Monochromatic Colors of #A2092F
Black with #A2092F
Text Example
Text Example
White with #A2092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2092F; }
p { color: rgb(162,9,47); }
H1.HeaderClassName
{
color: #A2092F;
}
.AnyTagClassName
{
color: #A2092F;
}
</style>
background-color css
<style>
a { background-color: #A2092F; }
a { background-color: rgb(162,9,47); }
div.DivClassName
{
background-color: #A2092F;
}
.BgClassName
{
background-color: #A2092F;
}
</style>
border-color css
<style>
span { border-color: #A2092F; }
span { border-color: rgb(162,9,47); }
td.TdClassName
{
border-color: #A2092F;
}
.TagClassName
{
border-color: #A2092F;
}
</style>