Shades of Carmine #A40413
Tints of Carmine #A40413
RGB
CMYK
RGB Variations
Color information
#A40413 (or 0xA40413) is known color: Carmine. HEX triplet: A4, 04 and 13. RGB value is (164,4,19). Sum of RGB (Red+Green+Blue) = 164+4+19=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A40413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40413 is #5BFBEC. Grayscale: #353535. Windows color (decimal): -6028269 or 1246372. OLE color: 1246372.
HSL color Cylindrical-coordinate representation of color #A40413: hue angle of 354.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40413 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.36 |
| HSL | 354.38º | 0.95% | 0.33% | - |
| HSV(B) | 354.38º | 0.98% | 0.64% | - |
| XYZ | 15.47 | 8.03 | 1.35 | - |
| YUV | 53.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 19 | 0 | 0.98 | 0.88 | 0.36 | 354.38 | 0.95 | 0.33 |
| Hex | A4 | 4 | 13 | 0 | 62 | 58 | 24 | 162 | 5F | 21 |
| Octal | 244 | 4 | 23 | 0 | 142 | 130 | 44 | 542 | 137 | 41 |
| Binary | 10100100 | 100 | 10011 | 0 | 1100010 | 1011000 | 100100 | 101100010 | 1011111 | 100001 |
Color Harmonies of #A40413
Complementary color
Monochromatic Colors of #A40413
Black with #A40413
Text Example
Text Example
White with #A40413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40413; }
p { color: rgb(164,4,19); }
H1.HeaderClassName
{
color: #A40413;
}
.AnyTagClassName
{
color: #A40413;
}
</style>
background-color css
<style>
a { background-color: #A40413; }
a { background-color: rgb(164,4,19); }
div.DivClassName
{
background-color: #A40413;
}
.BgClassName
{
background-color: #A40413;
}
</style>
border-color css
<style>
span { border-color: #A40413; }
span { border-color: rgb(164,4,19); }
td.TdClassName
{
border-color: #A40413;
}
.TagClassName
{
border-color: #A40413;
}
</style>