Shades of Carmine #A81419
Tints of Carmine #A81419
RGB
CMYK
RGB Variations
Color information
#A81419 (or 0xA81419) is known color: Carmine. HEX triplet: A8, 14 and 19. RGB value is (168,20,25). Sum of RGB (Red+Green+Blue) = 168+20+25=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A81419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81419 is #57EBE6. Grayscale: #404040. Windows color (decimal): -5762023 or 1643688. OLE color: 1643688.
HSL color Cylindrical-coordinate representation of color #A81419: hue angle of 357.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81419 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 25 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.34 |
| HSL | 357.97º | 0.79% | 0.37% | - |
| HSV(B) | 357.97º | 0.88% | 0.66% | - |
| XYZ | 16.57 | 8.9 | 1.76 | - |
| YUV | 64.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 25 | 0 | 0.88 | 0.85 | 0.34 | 357.97 | 0.79 | 0.37 |
| Hex | A8 | 14 | 19 | 0 | 58 | 55 | 22 | 166 | 4F | 25 |
| Octal | 250 | 24 | 31 | 0 | 130 | 125 | 42 | 546 | 117 | 45 |
| Binary | 10101000 | 10100 | 11001 | 0 | 1011000 | 1010101 | 100010 | 101100110 | 1001111 | 100101 |
Color Harmonies of #A81419
Complementary color
Monochromatic Colors of #A81419
Black with #A81419
Text Example
Text Example
White with #A81419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81419; }
p { color: rgb(168,20,25); }
H1.HeaderClassName
{
color: #A81419;
}
.AnyTagClassName
{
color: #A81419;
}
</style>
background-color css
<style>
a { background-color: #A81419; }
a { background-color: rgb(168,20,25); }
div.DivClassName
{
background-color: #A81419;
}
.BgClassName
{
background-color: #A81419;
}
</style>
border-color css
<style>
span { border-color: #A81419; }
span { border-color: rgb(168,20,25); }
td.TdClassName
{
border-color: #A81419;
}
.TagClassName
{
border-color: #A81419;
}
</style>