Shades of Carmine #A00413
Tints of Carmine #A00413
RGB
CMYK
RGB Variations
Color information
#A00413 (or 0xA00413) is known color: Carmine. HEX triplet: A0, 04 and 13. RGB value is (160,4,19). Sum of RGB (Red+Green+Blue) = 160+4+19=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00413 is #5FFBEC. Grayscale: #343434. Windows color (decimal): -6290413 or 1246368. OLE color: 1246368.
HSL color Cylindrical-coordinate representation of color #A00413: hue angle of 354.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00413 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.37 |
| HSL | 354.23º | 0.95% | 0.32% | - |
| HSV(B) | 354.23º | 0.98% | 0.63% | - |
| XYZ | 14.66 | 7.61 | 1.31 | - |
| YUV | 52.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 19 | 0 | 0.98 | 0.88 | 0.37 | 354.23 | 0.95 | 0.32 |
| Hex | A0 | 4 | 13 | 0 | 62 | 58 | 25 | 162 | 5F | 20 |
| Octal | 240 | 4 | 23 | 0 | 142 | 130 | 45 | 542 | 137 | 40 |
| Binary | 10100000 | 100 | 10011 | 0 | 1100010 | 1011000 | 100101 | 101100010 | 1011111 | 100000 |
Color Harmonies of #A00413
Complementary color
Monochromatic Colors of #A00413
Black with #A00413
Text Example
Text Example
White with #A00413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00413; }
p { color: rgb(160,4,19); }
H1.HeaderClassName
{
color: #A00413;
}
.AnyTagClassName
{
color: #A00413;
}
</style>
background-color css
<style>
a { background-color: #A00413; }
a { background-color: rgb(160,4,19); }
div.DivClassName
{
background-color: #A00413;
}
.BgClassName
{
background-color: #A00413;
}
</style>
border-color css
<style>
span { border-color: #A00413; }
span { border-color: rgb(160,4,19); }
td.TdClassName
{
border-color: #A00413;
}
.TagClassName
{
border-color: #A00413;
}
</style>