Shades of Carmine #A90610
Tints of Carmine #A90610
RGB
CMYK
RGB Variations
Color information
#A90610 (or 0xA90610) is known color: Carmine. HEX triplet: A9, 06 and 10. RGB value is (169,6,16). Sum of RGB (Red+Green+Blue) = 169+6+16=191 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.48% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 169 - color contains mainly: red. Hex color #A90610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90610 is #56F9EF. Grayscale: #373737. Windows color (decimal): -5700080 or 1050281. OLE color: 1050281.
HSL color Cylindrical-coordinate representation of color #A90610: hue angle of 356.32º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90610 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 16 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.34 |
| HSL | 356.32º | 0.93% | 0.34% | - |
| HSV(B) | 356.32º | 0.96% | 0.66% | - |
| XYZ | 16.52 | 8.6 | 1.28 | - |
| YUV | 55.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 16 | 0 | 0.96 | 0.91 | 0.34 | 356.32 | 0.93 | 0.34 |
| Hex | A9 | 6 | 10 | 0 | 60 | 5B | 22 | 164 | 5D | 22 |
| Octal | 251 | 6 | 20 | 0 | 140 | 133 | 42 | 544 | 135 | 42 |
| Binary | 10101001 | 110 | 10000 | 0 | 1100000 | 1011011 | 100010 | 101100100 | 1011101 | 100010 |
Color Harmonies of #A90610
Complementary color
Monochromatic Colors of #A90610
Black with #A90610
Text Example
Text Example
White with #A90610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90610; }
p { color: rgb(169,6,16); }
H1.HeaderClassName
{
color: #A90610;
}
.AnyTagClassName
{
color: #A90610;
}
</style>
background-color css
<style>
a { background-color: #A90610; }
a { background-color: rgb(169,6,16); }
div.DivClassName
{
background-color: #A90610;
}
.BgClassName
{
background-color: #A90610;
}
</style>
border-color css
<style>
span { border-color: #A90610; }
span { border-color: rgb(169,6,16); }
td.TdClassName
{
border-color: #A90610;
}
.TagClassName
{
border-color: #A90610;
}
</style>