Shades of Carmine #A01429
Tints of Carmine #A01429
RGB
CMYK
RGB Variations
Color information
#A01429 (or 0xA01429) is known color: Carmine. HEX triplet: A0, 14 and 29. RGB value is (160,20,41). Sum of RGB (Red+Green+Blue) = 160+20+41=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A01429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01429 is #5FEBD6. Grayscale: #404040. Windows color (decimal): -6286295 or 2692256. OLE color: 2692256.
HSL color Cylindrical-coordinate representation of color #A01429: hue angle of 351º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01429 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 41 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.37 |
| HSL | 351º | 0.78% | 0.35% | - |
| HSV(B) | 351º | 0.88% | 0.63% | - |
| XYZ | 15.15 | 8.13 | 2.87 | - |
| YUV | 64.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 41 | 0 | 0.88 | 0.74 | 0.37 | 351 | 0.78 | 0.35 |
| Hex | A0 | 14 | 29 | 0 | 58 | 4A | 25 | 15F | 4E | 23 |
| Octal | 240 | 24 | 51 | 0 | 130 | 112 | 45 | 537 | 116 | 43 |
| Binary | 10100000 | 10100 | 101001 | 0 | 1011000 | 1001010 | 100101 | 101011111 | 1001110 | 100011 |
Color Harmonies of #A01429
Complementary color
Monochromatic Colors of #A01429
Black with #A01429
Text Example
Text Example
White with #A01429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01429; }
p { color: rgb(160,20,41); }
H1.HeaderClassName
{
color: #A01429;
}
.AnyTagClassName
{
color: #A01429;
}
</style>
background-color css
<style>
a { background-color: #A01429; }
a { background-color: rgb(160,20,41); }
div.DivClassName
{
background-color: #A01429;
}
.BgClassName
{
background-color: #A01429;
}
</style>
border-color css
<style>
span { border-color: #A01429; }
span { border-color: rgb(160,20,41); }
td.TdClassName
{
border-color: #A01429;
}
.TagClassName
{
border-color: #A01429;
}
</style>