Shades of Carmine #A90417
Tints of Carmine #A90417
RGB
CMYK
RGB Variations
Color information
#A90417 (or 0xA90417) is known color: Carmine. HEX triplet: A9, 04 and 17. RGB value is (169,4,23). Sum of RGB (Red+Green+Blue) = 169+4+23=196 (25% of max value = 765). Red value is 169 (66.41% from 255 or 86.22% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 169 - color contains mainly: red. Hex color #A90417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90417 is #56FBE8. Grayscale: #373737. Windows color (decimal): -5700585 or 1508521. OLE color: 1508521.
HSL color Cylindrical-coordinate representation of color #A90417: hue angle of 353.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90417 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.34 |
| HSL | 353.09º | 0.95% | 0.34% | - |
| HSV(B) | 353.09º | 0.98% | 0.66% | - |
| XYZ | 16.56 | 8.58 | 1.59 | - |
| YUV | 55.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 23 | 0 | 0.98 | 0.86 | 0.34 | 353.09 | 0.95 | 0.34 |
| Hex | A9 | 4 | 17 | 0 | 62 | 56 | 22 | 161 | 5F | 22 |
| Octal | 251 | 4 | 27 | 0 | 142 | 126 | 42 | 541 | 137 | 42 |
| Binary | 10101001 | 100 | 10111 | 0 | 1100010 | 1010110 | 100010 | 101100001 | 1011111 | 100010 |
Color Harmonies of #A90417
Complementary color
Monochromatic Colors of #A90417
Black with #A90417
Text Example
Text Example
White with #A90417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90417; }
p { color: rgb(169,4,23); }
H1.HeaderClassName
{
color: #A90417;
}
.AnyTagClassName
{
color: #A90417;
}
</style>
background-color css
<style>
a { background-color: #A90417; }
a { background-color: rgb(169,4,23); }
div.DivClassName
{
background-color: #A90417;
}
.BgClassName
{
background-color: #A90417;
}
</style>
border-color css
<style>
span { border-color: #A90417; }
span { border-color: rgb(169,4,23); }
td.TdClassName
{
border-color: #A90417;
}
.TagClassName
{
border-color: #A90417;
}
</style>