Shades of Carmine #A40717
Tints of Carmine #A40717
RGB
CMYK
RGB Variations
Color information
#A40717 (or 0xA40717) is known color: Carmine. HEX triplet: A4, 07 and 17. RGB value is (164,7,23). Sum of RGB (Red+Green+Blue) = 164+7+23=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A40717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40717 is #5BF8E8. Grayscale: #373737. Windows color (decimal): -6027497 or 1509284. OLE color: 1509284.
HSL color Cylindrical-coordinate representation of color #A40717: hue angle of 353.89º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40717 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.36 |
| HSL | 353.89º | 0.92% | 0.34% | - |
| HSV(B) | 353.89º | 0.96% | 0.64% | - |
| XYZ | 15.54 | 8.11 | 1.56 | - |
| YUV | 55.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 23 | 0 | 0.96 | 0.86 | 0.36 | 353.89 | 0.92 | 0.34 |
| Hex | A4 | 7 | 17 | 0 | 60 | 56 | 24 | 162 | 5C | 22 |
| Octal | 244 | 7 | 27 | 0 | 140 | 126 | 44 | 542 | 134 | 42 |
| Binary | 10100100 | 111 | 10111 | 0 | 1100000 | 1010110 | 100100 | 101100010 | 1011100 | 100010 |
Color Harmonies of #A40717
Complementary color
Monochromatic Colors of #A40717
Black with #A40717
Text Example
Text Example
White with #A40717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40717; }
p { color: rgb(164,7,23); }
H1.HeaderClassName
{
color: #A40717;
}
.AnyTagClassName
{
color: #A40717;
}
</style>
background-color css
<style>
a { background-color: #A40717; }
a { background-color: rgb(164,7,23); }
div.DivClassName
{
background-color: #A40717;
}
.BgClassName
{
background-color: #A40717;
}
</style>
border-color css
<style>
span { border-color: #A40717; }
span { border-color: rgb(164,7,23); }
td.TdClassName
{
border-color: #A40717;
}
.TagClassName
{
border-color: #A40717;
}
</style>