Shades of Carmine #A90012
Tints of Carmine #A90012
RGB
CMYK
RGB Variations
Color information
#A90012 (or 0xA90012) is known color: Carmine. HEX triplet: A9, 00 and 12. RGB value is (169,0,18). Sum of RGB (Red+Green+Blue) = 169+0+18=187 (24% of max value = 765). Red value is 169 (66.41% from 255 or 90.37% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 169 - color contains mainly: red. Hex color #A90012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90012 is #56FFED. Grayscale: #343434. Windows color (decimal): -5701614 or 1179817. OLE color: 1179817.
HSL color Cylindrical-coordinate representation of color #A90012: hue angle of 353.61º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90012 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.89 | 0.34 |
| HSL | 353.61º | 1% | 0.33% | - |
| HSV(B) | 353.61º | 1% | 0.66% | - |
| XYZ | 16.47 | 8.48 | 1.34 | - |
| YUV | 52.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 18 | 0 | 1 | 0.89 | 0.34 | 353.61 | 1 | 0.33 |
| Hex | A9 | 0 | 12 | 0 | 64 | 59 | 22 | 162 | 64 | 21 |
| Octal | 251 | 0 | 22 | 0 | 144 | 131 | 42 | 542 | 144 | 41 |
| Binary | 10101001 | 0 | 10010 | 0 | 1100100 | 1011001 | 100010 | 101100010 | 1100100 | 100001 |
Color Harmonies of #A90012
Complementary color
Monochromatic Colors of #A90012
Black with #A90012
Text Example
Text Example
White with #A90012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90012; }
p { color: rgb(169,0,18); }
H1.HeaderClassName
{
color: #A90012;
}
.AnyTagClassName
{
color: #A90012;
}
</style>
background-color css
<style>
a { background-color: #A90012; }
a { background-color: rgb(169,0,18); }
div.DivClassName
{
background-color: #A90012;
}
.BgClassName
{
background-color: #A90012;
}
</style>
border-color css
<style>
span { border-color: #A90012; }
span { border-color: rgb(169,0,18); }
td.TdClassName
{
border-color: #A90012;
}
.TagClassName
{
border-color: #A90012;
}
</style>