Shades of Carmine #A21A1B
Tints of Carmine #A21A1B
RGB
CMYK
RGB Variations
Color information
#A21A1B (or 0xA21A1B) is known color: Carmine. HEX triplet: A2, 1A and 1B. RGB value is (162,26,27). Sum of RGB (Red+Green+Blue) = 162+26+27=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A1B is #5DE5E4. Grayscale: #424242. Windows color (decimal): -6153701 or 1776290. OLE color: 1776290.
HSL color Cylindrical-coordinate representation of color #A21A1B: hue angle of 359.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A1B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 27 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.36 |
| HSL | 359.56º | 0.72% | 0.37% | - |
| HSV(B) | 359.56º | 0.84% | 0.64% | - |
| XYZ | 15.47 | 8.5 | 1.86 | - |
| YUV | 66.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 27 | 0 | 0.84 | 0.83 | 0.36 | 359.56 | 0.72 | 0.37 |
| Hex | A2 | 1A | 1B | 0 | 54 | 53 | 24 | 168 | 48 | 25 |
| Octal | 242 | 32 | 33 | 0 | 124 | 123 | 44 | 550 | 110 | 45 |
| Binary | 10100010 | 11010 | 11011 | 0 | 1010100 | 1010011 | 100100 | 101101000 | 1001000 | 100101 |
Color Harmonies of #A21A1B
Complementary color
Monochromatic Colors of #A21A1B
Black with #A21A1B
Text Example
Text Example
White with #A21A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A1B; }
p { color: rgb(162,26,27); }
H1.HeaderClassName
{
color: #A21A1B;
}
.AnyTagClassName
{
color: #A21A1B;
}
</style>
background-color css
<style>
a { background-color: #A21A1B; }
a { background-color: rgb(162,26,27); }
div.DivClassName
{
background-color: #A21A1B;
}
.BgClassName
{
background-color: #A21A1B;
}
</style>
border-color css
<style>
span { border-color: #A21A1B; }
span { border-color: rgb(162,26,27); }
td.TdClassName
{
border-color: #A21A1B;
}
.TagClassName
{
border-color: #A21A1B;
}
</style>