Shades of Carmine #A90E27
Tints of Carmine #A90E27
RGB
CMYK
RGB Variations
Color information
#A90E27 (or 0xA90E27) is known color: Carmine. HEX triplet: A9, 0E and 27. RGB value is (169,14,39). Sum of RGB (Red+Green+Blue) = 169+14+39=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E27 is #56F1D8. Grayscale: #3F3F3F. Windows color (decimal): -5698009 or 2559657. OLE color: 2559657.
HSL color Cylindrical-coordinate representation of color #A90E27: hue angle of 350.32º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90E27 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 39 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.34 |
| HSL | 350.32º | 0.85% | 0.36% | - |
| HSV(B) | 350.32º | 0.92% | 0.66% | - |
| XYZ | 16.89 | 8.9 | 2.75 | - |
| YUV | 63.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 39 | 0 | 0.92 | 0.77 | 0.34 | 350.32 | 0.85 | 0.36 |
| Hex | A9 | E | 27 | 0 | 5C | 4D | 22 | 15E | 55 | 24 |
| Octal | 251 | 16 | 47 | 0 | 134 | 115 | 42 | 536 | 125 | 44 |
| Binary | 10101001 | 1110 | 100111 | 0 | 1011100 | 1001101 | 100010 | 101011110 | 1010101 | 100100 |
Color Harmonies of #A90E27
Complementary color
Monochromatic Colors of #A90E27
Black with #A90E27
Text Example
Text Example
White with #A90E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E27; }
p { color: rgb(169,14,39); }
H1.HeaderClassName
{
color: #A90E27;
}
.AnyTagClassName
{
color: #A90E27;
}
</style>
background-color css
<style>
a { background-color: #A90E27; }
a { background-color: rgb(169,14,39); }
div.DivClassName
{
background-color: #A90E27;
}
.BgClassName
{
background-color: #A90E27;
}
</style>
border-color css
<style>
span { border-color: #A90E27; }
span { border-color: rgb(169,14,39); }
td.TdClassName
{
border-color: #A90E27;
}
.TagClassName
{
border-color: #A90E27;
}
</style>