Shades of Carmine #A41019
Tints of Carmine #A41019
RGB
CMYK
RGB Variations
Color information
#A41019 (or 0xA41019) is known color: Carmine. HEX triplet: A4, 10 and 19. RGB value is (164,16,25). Sum of RGB (Red+Green+Blue) = 164+16+25=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A41019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41019 is #5BEFE6. Grayscale: #3D3D3D. Windows color (decimal): -6025191 or 1642660. OLE color: 1642660.
HSL color Cylindrical-coordinate representation of color #A41019: hue angle of 356.35º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41019 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 25 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.36 |
| HSL | 356.35º | 0.82% | 0.35% | - |
| HSV(B) | 356.35º | 0.9% | 0.64% | - |
| XYZ | 15.67 | 8.33 | 1.7 | - |
| YUV | 61.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 25 | 0 | 0.90 | 0.85 | 0.36 | 356.35 | 0.82 | 0.35 |
| Hex | A4 | 10 | 19 | 0 | 5A | 55 | 24 | 164 | 52 | 23 |
| Octal | 244 | 20 | 31 | 0 | 132 | 125 | 44 | 544 | 122 | 43 |
| Binary | 10100100 | 10000 | 11001 | 0 | 1011010 | 1010101 | 100100 | 101100100 | 1010010 | 100011 |
Color Harmonies of #A41019
Complementary color
Monochromatic Colors of #A41019
Black with #A41019
Text Example
Text Example
White with #A41019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41019; }
p { color: rgb(164,16,25); }
H1.HeaderClassName
{
color: #A41019;
}
.AnyTagClassName
{
color: #A41019;
}
</style>
background-color css
<style>
a { background-color: #A41019; }
a { background-color: rgb(164,16,25); }
div.DivClassName
{
background-color: #A41019;
}
.BgClassName
{
background-color: #A41019;
}
</style>
border-color css
<style>
span { border-color: #A41019; }
span { border-color: rgb(164,16,25); }
td.TdClassName
{
border-color: #A41019;
}
.TagClassName
{
border-color: #A41019;
}
</style>