Shades of Carmine #A2011B
Tints of Carmine #A2011B
RGB
CMYK
RGB Variations
Color information
#A2011B (or 0xA2011B) is known color: Carmine. HEX triplet: A2, 01 and 1B. RGB value is (162,1,27). Sum of RGB (Red+Green+Blue) = 162+1+27=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A2011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2011B is #5DFEE4. Grayscale: #343434. Windows color (decimal): -6160101 or 1769890. OLE color: 1769890.
HSL color Cylindrical-coordinate representation of color #A2011B: hue angle of 350.31º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2011B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.36 |
| HSL | 350.31º | 0.99% | 0.32% | - |
| HSV(B) | 350.31º | 0.99% | 0.64% | - |
| XYZ | 15.11 | 7.78 | 1.74 | - |
| YUV | 52.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 27 | 0 | 0.99 | 0.83 | 0.36 | 350.31 | 0.99 | 0.32 |
| Hex | A2 | 1 | 1B | 0 | 63 | 53 | 24 | 15E | 63 | 20 |
| Octal | 242 | 1 | 33 | 0 | 143 | 123 | 44 | 536 | 143 | 40 |
| Binary | 10100010 | 1 | 11011 | 0 | 1100011 | 1010011 | 100100 | 101011110 | 1100011 | 100000 |
Color Harmonies of #A2011B
Complementary color
Monochromatic Colors of #A2011B
Black with #A2011B
Text Example
Text Example
White with #A2011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2011B; }
p { color: rgb(162,1,27); }
H1.HeaderClassName
{
color: #A2011B;
}
.AnyTagClassName
{
color: #A2011B;
}
</style>
background-color css
<style>
a { background-color: #A2011B; }
a { background-color: rgb(162,1,27); }
div.DivClassName
{
background-color: #A2011B;
}
.BgClassName
{
background-color: #A2011B;
}
</style>
border-color css
<style>
span { border-color: #A2011B; }
span { border-color: rgb(162,1,27); }
td.TdClassName
{
border-color: #A2011B;
}
.TagClassName
{
border-color: #A2011B;
}
</style>