Shades of Carmine #A20D1B
Tints of Carmine #A20D1B
RGB
CMYK
RGB Variations
Color information
#A20D1B (or 0xA20D1B) is known color: Carmine. HEX triplet: A2, 0D and 1B. RGB value is (162,13,27). Sum of RGB (Red+Green+Blue) = 162+13+27=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D1B is #5DF2E4. Grayscale: #3B3B3B. Windows color (decimal): -6157029 or 1772962. OLE color: 1772962.
HSL color Cylindrical-coordinate representation of color #A20D1B: hue angle of 354.36º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D1B is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 27 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.36 |
| HSL | 354.36º | 0.85% | 0.34% | - |
| HSV(B) | 354.36º | 0.92% | 0.64% | - |
| XYZ | 15.24 | 8.05 | 1.79 | - |
| YUV | 59.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 27 | 0 | 0.92 | 0.83 | 0.36 | 354.36 | 0.85 | 0.34 |
| Hex | A2 | D | 1B | 0 | 5C | 53 | 24 | 162 | 55 | 22 |
| Octal | 242 | 15 | 33 | 0 | 134 | 123 | 44 | 542 | 125 | 42 |
| Binary | 10100010 | 1101 | 11011 | 0 | 1011100 | 1010011 | 100100 | 101100010 | 1010101 | 100010 |
Color Harmonies of #A20D1B
Complementary color
Monochromatic Colors of #A20D1B
Black with #A20D1B
Text Example
Text Example
White with #A20D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D1B; }
p { color: rgb(162,13,27); }
H1.HeaderClassName
{
color: #A20D1B;
}
.AnyTagClassName
{
color: #A20D1B;
}
</style>
background-color css
<style>
a { background-color: #A20D1B; }
a { background-color: rgb(162,13,27); }
div.DivClassName
{
background-color: #A20D1B;
}
.BgClassName
{
background-color: #A20D1B;
}
</style>
border-color css
<style>
span { border-color: #A20D1B; }
span { border-color: rgb(162,13,27); }
td.TdClassName
{
border-color: #A20D1B;
}
.TagClassName
{
border-color: #A20D1B;
}
</style>