Shades of Carmine #A20129
Tints of Carmine #A20129
RGB
CMYK
RGB Variations
Color information
#A20129 (or 0xA20129) is known color: Carmine. HEX triplet: A2, 01 and 29. RGB value is (162,1,41). Sum of RGB (Red+Green+Blue) = 162+1+41=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A20129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20129 is #5DFED6. Grayscale: #353535. Windows color (decimal): -6160087 or 2687394. OLE color: 2687394.
HSL color Cylindrical-coordinate representation of color #A20129: hue angle of 345.09º 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 #A20129 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.36 |
| HSL | 345.09º | 0.99% | 0.32% | - |
| HSV(B) | 345.09º | 0.99% | 0.64% | - |
| XYZ | 15.31 | 7.86 | 2.81 | - |
| YUV | 53.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 41 | 0 | 0.99 | 0.75 | 0.36 | 345.09 | 0.99 | 0.32 |
| Hex | A2 | 1 | 29 | 0 | 63 | 4B | 24 | 159 | 63 | 20 |
| Octal | 242 | 1 | 51 | 0 | 143 | 113 | 44 | 531 | 143 | 40 |
| Binary | 10100010 | 1 | 101001 | 0 | 1100011 | 1001011 | 100100 | 101011001 | 1100011 | 100000 |
Color Harmonies of #A20129
Complementary color
Monochromatic Colors of #A20129
Black with #A20129
Text Example
Text Example
White with #A20129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20129; }
p { color: rgb(162,1,41); }
H1.HeaderClassName
{
color: #A20129;
}
.AnyTagClassName
{
color: #A20129;
}
</style>
background-color css
<style>
a { background-color: #A20129; }
a { background-color: rgb(162,1,41); }
div.DivClassName
{
background-color: #A20129;
}
.BgClassName
{
background-color: #A20129;
}
</style>
border-color css
<style>
span { border-color: #A20129; }
span { border-color: rgb(162,1,41); }
td.TdClassName
{
border-color: #A20129;
}
.TagClassName
{
border-color: #A20129;
}
</style>