Shades of Carmine #A01819
Tints of Carmine #A01819
RGB
CMYK
RGB Variations
Color information
#A01819 (or 0xA01819) is known color: Carmine. HEX triplet: A0, 18 and 19. RGB value is (160,24,25). Sum of RGB (Red+Green+Blue) = 160+24+25=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A01819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01819 is #5FE7E6. Grayscale: #404040. Windows color (decimal): -6285287 or 1644704. OLE color: 1644704.
HSL color Cylindrical-coordinate representation of color #A01819: hue angle of 359.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01819 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 25 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.37 |
| HSL | 359.56º | 0.74% | 0.36% | - |
| HSV(B) | 359.56º | 0.85% | 0.63% | - |
| XYZ | 15 | 8.2 | 1.71 | - |
| YUV | 64.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 25 | 0 | 0.85 | 0.84 | 0.37 | 359.56 | 0.74 | 0.36 |
| Hex | A0 | 18 | 19 | 0 | 55 | 54 | 25 | 168 | 4A | 24 |
| Octal | 240 | 30 | 31 | 0 | 125 | 124 | 45 | 550 | 112 | 44 |
| Binary | 10100000 | 11000 | 11001 | 0 | 1010101 | 1010100 | 100101 | 101101000 | 1001010 | 100100 |
Color Harmonies of #A01819
Complementary color
Monochromatic Colors of #A01819
Black with #A01819
Text Example
Text Example
White with #A01819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01819; }
p { color: rgb(160,24,25); }
H1.HeaderClassName
{
color: #A01819;
}
.AnyTagClassName
{
color: #A01819;
}
</style>
background-color css
<style>
a { background-color: #A01819; }
a { background-color: rgb(160,24,25); }
div.DivClassName
{
background-color: #A01819;
}
.BgClassName
{
background-color: #A01819;
}
</style>
border-color css
<style>
span { border-color: #A01819; }
span { border-color: rgb(160,24,25); }
td.TdClassName
{
border-color: #A01819;
}
.TagClassName
{
border-color: #A01819;
}
</style>