Shades of Carmine #A90111
Tints of Carmine #A90111
RGB
CMYK
RGB Variations
Color information
#A90111 (or 0xA90111) is known color: Carmine. HEX triplet: A9, 01 and 11. RGB value is (169,1,17). Sum of RGB (Red+Green+Blue) = 169+1+17=187 (24% of max value = 765). Red value is 169 (66.41% from 255 or 90.37% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 169 - color contains mainly: red. Hex color #A90111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90111 is #56FEEE. Grayscale: #353535. Windows color (decimal): -5701359 or 1114537. OLE color: 1114537.
HSL color Cylindrical-coordinate representation of color #A90111: hue angle of 354.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90111 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.34 |
| HSL | 354.29º | 0.99% | 0.33% | - |
| HSV(B) | 354.29º | 0.99% | 0.66% | - |
| XYZ | 16.47 | 8.5 | 1.3 | - |
| YUV | 53.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 17 | 0 | 0.99 | 0.90 | 0.34 | 354.29 | 0.99 | 0.33 |
| Hex | A9 | 1 | 11 | 0 | 63 | 5A | 22 | 162 | 63 | 21 |
| Octal | 251 | 1 | 21 | 0 | 143 | 132 | 42 | 542 | 143 | 41 |
| Binary | 10101001 | 1 | 10001 | 0 | 1100011 | 1011010 | 100010 | 101100010 | 1100011 | 100001 |
Color Harmonies of #A90111
Complementary color
Monochromatic Colors of #A90111
Black with #A90111
Text Example
Text Example
White with #A90111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90111; }
p { color: rgb(169,1,17); }
H1.HeaderClassName
{
color: #A90111;
}
.AnyTagClassName
{
color: #A90111;
}
</style>
background-color css
<style>
a { background-color: #A90111; }
a { background-color: rgb(169,1,17); }
div.DivClassName
{
background-color: #A90111;
}
.BgClassName
{
background-color: #A90111;
}
</style>
border-color css
<style>
span { border-color: #A90111; }
span { border-color: rgb(169,1,17); }
td.TdClassName
{
border-color: #A90111;
}
.TagClassName
{
border-color: #A90111;
}
</style>