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