Shades of Carmine #A00019
Tints of Carmine #A00019
RGB
CMYK
RGB Variations
Color information
#A00019 (or 0xA00019) is known color: Carmine. HEX triplet: A0, 00 and 19. RGB value is (160,0,25). Sum of RGB (Red+Green+Blue) = 160+0+25=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00019 is #5FFFE6. Grayscale: #323232. Windows color (decimal): -6291431 or 1638560. OLE color: 1638560.
HSL color Cylindrical-coordinate representation of color #A00019: hue angle of 350.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00019 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.84 | 0.37 |
| HSL | 350.63º | 1% | 0.31% | - |
| HSV(B) | 350.63º | 1% | 0.63% | - |
| XYZ | 14.67 | 7.54 | 1.6 | - |
| YUV | 50.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 25 | 0 | 1 | 0.84 | 0.37 | 350.63 | 1 | 0.31 |
| Hex | A0 | 0 | 19 | 0 | 64 | 54 | 25 | 15F | 64 | 1F |
| Octal | 240 | 0 | 31 | 0 | 144 | 124 | 45 | 537 | 144 | 37 |
| Binary | 10100000 | 0 | 11001 | 0 | 1100100 | 1010100 | 100101 | 101011111 | 1100100 | 11111 |
Color Harmonies of #A00019
Complementary color
Monochromatic Colors of #A00019
Black with #A00019
Text Example
Text Example
White with #A00019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00019; }
p { color: rgb(160,0,25); }
H1.HeaderClassName
{
color: #A00019;
}
.AnyTagClassName
{
color: #A00019;
}
</style>
background-color css
<style>
a { background-color: #A00019; }
a { background-color: rgb(160,0,25); }
div.DivClassName
{
background-color: #A00019;
}
.BgClassName
{
background-color: #A00019;
}
</style>
border-color css
<style>
span { border-color: #A00019; }
span { border-color: rgb(160,0,25); }
td.TdClassName
{
border-color: #A00019;
}
.TagClassName
{
border-color: #A00019;
}
</style>