Shades of Carmine #A20D1A
Tints of Carmine #A20D1A
RGB
CMYK
RGB Variations
Color information
#A20D1A (or 0xA20D1A) is known color: Carmine. HEX triplet: A2, 0D and 1A. RGB value is (162,13,26). Sum of RGB (Red+Green+Blue) = 162+13+26=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D1A is #5DF2E5. Grayscale: #3B3B3B. Windows color (decimal): -6157030 or 1707426. OLE color: 1707426.
HSL color Cylindrical-coordinate representation of color #A20D1A: hue angle of 354.77º 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 #A20D1A is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 26 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.36 |
| HSL | 354.77º | 0.85% | 0.34% | - |
| HSV(B) | 354.77º | 0.92% | 0.64% | - |
| XYZ | 15.23 | 8.04 | 1.73 | - |
| YUV | 59.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 26 | 0 | 0.92 | 0.84 | 0.36 | 354.77 | 0.85 | 0.34 |
| Hex | A2 | D | 1A | 0 | 5C | 54 | 24 | 163 | 55 | 22 |
| Octal | 242 | 15 | 32 | 0 | 134 | 124 | 44 | 543 | 125 | 42 |
| Binary | 10100010 | 1101 | 11010 | 0 | 1011100 | 1010100 | 100100 | 101100011 | 1010101 | 100010 |
Color Harmonies of #A20D1A
Complementary color
Monochromatic Colors of #A20D1A
Black with #A20D1A
Text Example
Text Example
White with #A20D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D1A; }
p { color: rgb(162,13,26); }
H1.HeaderClassName
{
color: #A20D1A;
}
.AnyTagClassName
{
color: #A20D1A;
}
</style>
background-color css
<style>
a { background-color: #A20D1A; }
a { background-color: rgb(162,13,26); }
div.DivClassName
{
background-color: #A20D1A;
}
.BgClassName
{
background-color: #A20D1A;
}
</style>
border-color css
<style>
span { border-color: #A20D1A; }
span { border-color: rgb(162,13,26); }
td.TdClassName
{
border-color: #A20D1A;
}
.TagClassName
{
border-color: #A20D1A;
}
</style>