Shades of Carmine #A40019
Tints of Carmine #A40019
RGB
CMYK
RGB Variations
Color information
#A40019 (or 0xA40019) is known color: Carmine. HEX triplet: A4, 00 and 19. RGB value is (164,0,25). Sum of RGB (Red+Green+Blue) = 164+0+25=189 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.77% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 164 - color contains mainly: red. Hex color #A40019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40019 is #5BFFE6. Grayscale: #333333. Windows color (decimal): -6029287 or 1638564. OLE color: 1638564.
HSL color Cylindrical-coordinate representation of color #A40019: hue angle of 350.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40019 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.85 | 0.36 |
| HSL | 350.85º | 1% | 0.32% | - |
| HSV(B) | 350.85º | 1% | 0.64% | - |
| XYZ | 15.49 | 7.96 | 1.64 | - |
| YUV | 51.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 25 | 0 | 1 | 0.85 | 0.36 | 350.85 | 1 | 0.32 |
| Hex | A4 | 0 | 19 | 0 | 64 | 55 | 24 | 15F | 64 | 20 |
| Octal | 244 | 0 | 31 | 0 | 144 | 125 | 44 | 537 | 144 | 40 |
| Binary | 10100100 | 0 | 11001 | 0 | 1100100 | 1010101 | 100100 | 101011111 | 1100100 | 100000 |
Color Harmonies of #A40019
Complementary color
Monochromatic Colors of #A40019
Black with #A40019
Text Example
Text Example
White with #A40019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40019; }
p { color: rgb(164,0,25); }
H1.HeaderClassName
{
color: #A40019;
}
.AnyTagClassName
{
color: #A40019;
}
</style>
background-color css
<style>
a { background-color: #A40019; }
a { background-color: rgb(164,0,25); }
div.DivClassName
{
background-color: #A40019;
}
.BgClassName
{
background-color: #A40019;
}
</style>
border-color css
<style>
span { border-color: #A40019; }
span { border-color: rgb(164,0,25); }
td.TdClassName
{
border-color: #A40019;
}
.TagClassName
{
border-color: #A40019;
}
</style>