Shades of Carmine #A90D12
Tints of Carmine #A90D12
RGB
CMYK
RGB Variations
Color information
#A90D12 (or 0xA90D12) is known color: Carmine. HEX triplet: A9, 0D and 12. RGB value is (169,13,18). Sum of RGB (Red+Green+Blue) = 169+13+18=200 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90D12 is #56F2ED. Grayscale: #3C3C3C. Windows color (decimal): -5698286 or 1183145. OLE color: 1183145.
HSL color Cylindrical-coordinate representation of color #A90D12: hue angle of 358.08º degrees, saturation: 0.86, 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 #A90D12 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 18 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.34 |
| HSL | 358.08º | 0.86% | 0.36% | - |
| HSV(B) | 358.08º | 0.92% | 0.66% | - |
| XYZ | 16.62 | 8.77 | 1.39 | - |
| YUV | 60.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 18 | 0 | 0.92 | 0.89 | 0.34 | 358.08 | 0.86 | 0.36 |
| Hex | A9 | D | 12 | 0 | 5C | 59 | 22 | 166 | 56 | 24 |
| Octal | 251 | 15 | 22 | 0 | 134 | 131 | 42 | 546 | 126 | 44 |
| Binary | 10101001 | 1101 | 10010 | 0 | 1011100 | 1011001 | 100010 | 101100110 | 1010110 | 100100 |
Color Harmonies of #A90D12
Complementary color
Monochromatic Colors of #A90D12
Black with #A90D12
Text Example
Text Example
White with #A90D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D12; }
p { color: rgb(169,13,18); }
H1.HeaderClassName
{
color: #A90D12;
}
.AnyTagClassName
{
color: #A90D12;
}
</style>
background-color css
<style>
a { background-color: #A90D12; }
a { background-color: rgb(169,13,18); }
div.DivClassName
{
background-color: #A90D12;
}
.BgClassName
{
background-color: #A90D12;
}
</style>
border-color css
<style>
span { border-color: #A90D12; }
span { border-color: rgb(169,13,18); }
td.TdClassName
{
border-color: #A90D12;
}
.TagClassName
{
border-color: #A90D12;
}
</style>