Shades of Carmine #A90C15
Tints of Carmine #A90C15
RGB
CMYK
RGB Variations
Color information
#A90C15 (or 0xA90C15) is known color: Carmine. HEX triplet: A9, 0C and 15. RGB value is (169,12,21). Sum of RGB (Red+Green+Blue) = 169+12+21=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90C15 is #56F3EA. Grayscale: #3C3C3C. Windows color (decimal): -5698539 or 1379497. OLE color: 1379497.
HSL color Cylindrical-coordinate representation of color #A90C15: hue angle of 356.56º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C15 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 21 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.34 |
| HSL | 356.56º | 0.87% | 0.35% | - |
| HSV(B) | 356.56º | 0.93% | 0.66% | - |
| XYZ | 16.63 | 8.75 | 1.52 | - |
| YUV | 59.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 21 | 0 | 0.93 | 0.88 | 0.34 | 356.56 | 0.87 | 0.35 |
| Hex | A9 | C | 15 | 0 | 5D | 58 | 22 | 165 | 57 | 23 |
| Octal | 251 | 14 | 25 | 0 | 135 | 130 | 42 | 545 | 127 | 43 |
| Binary | 10101001 | 1100 | 10101 | 0 | 1011101 | 1011000 | 100010 | 101100101 | 1010111 | 100011 |
Color Harmonies of #A90C15
Complementary color
Monochromatic Colors of #A90C15
Black with #A90C15
Text Example
Text Example
White with #A90C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C15; }
p { color: rgb(169,12,21); }
H1.HeaderClassName
{
color: #A90C15;
}
.AnyTagClassName
{
color: #A90C15;
}
</style>
background-color css
<style>
a { background-color: #A90C15; }
a { background-color: rgb(169,12,21); }
div.DivClassName
{
background-color: #A90C15;
}
.BgClassName
{
background-color: #A90C15;
}
</style>
border-color css
<style>
span { border-color: #A90C15; }
span { border-color: rgb(169,12,21); }
td.TdClassName
{
border-color: #A90C15;
}
.TagClassName
{
border-color: #A90C15;
}
</style>