Shades of Carmine #A00F19
Tints of Carmine #A00F19
RGB
CMYK
RGB Variations
Color information
#A00F19 (or 0xA00F19) is known color: Carmine. HEX triplet: A0, 0F and 19. RGB value is (160,15,25). Sum of RGB (Red+Green+Blue) = 160+15+25=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00F19 is #5FF0E6. Grayscale: #3B3B3B. Windows color (decimal): -6287591 or 1642400. OLE color: 1642400.
HSL color Cylindrical-coordinate representation of color #A00F19: hue angle of 355.86º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F19 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 25 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.37 |
| HSL | 355.86º | 0.83% | 0.34% | - |
| HSV(B) | 355.86º | 0.91% | 0.63% | - |
| XYZ | 14.84 | 7.89 | 1.66 | - |
| YUV | 59.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 25 | 0 | 0.91 | 0.84 | 0.37 | 355.86 | 0.83 | 0.34 |
| Hex | A0 | F | 19 | 0 | 5B | 54 | 25 | 164 | 53 | 22 |
| Octal | 240 | 17 | 31 | 0 | 133 | 124 | 45 | 544 | 123 | 42 |
| Binary | 10100000 | 1111 | 11001 | 0 | 1011011 | 1010100 | 100101 | 101100100 | 1010011 | 100010 |
Color Harmonies of #A00F19
Complementary color
Monochromatic Colors of #A00F19
Black with #A00F19
Text Example
Text Example
White with #A00F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F19; }
p { color: rgb(160,15,25); }
H1.HeaderClassName
{
color: #A00F19;
}
.AnyTagClassName
{
color: #A00F19;
}
</style>
background-color css
<style>
a { background-color: #A00F19; }
a { background-color: rgb(160,15,25); }
div.DivClassName
{
background-color: #A00F19;
}
.BgClassName
{
background-color: #A00F19;
}
</style>
border-color css
<style>
span { border-color: #A00F19; }
span { border-color: rgb(160,15,25); }
td.TdClassName
{
border-color: #A00F19;
}
.TagClassName
{
border-color: #A00F19;
}
</style>