Shades of Carmine #A90D2D
Tints of Carmine #A90D2D
RGB
CMYK
RGB Variations
Color information
#A90D2D (or 0xA90D2D) is known color: Carmine. HEX triplet: A9, 0D and 2D. RGB value is (169,13,45). Sum of RGB (Red+Green+Blue) = 169+13+45=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90D2D is #56F2D2. Grayscale: #3F3F3F. Windows color (decimal): -5698259 or 2952617. OLE color: 2952617.
HSL color Cylindrical-coordinate representation of color #A90D2D: hue angle of 347.69º 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 #A90D2D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 45 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.34 |
| HSL | 347.69º | 0.86% | 0.36% | - |
| HSV(B) | 347.69º | 0.92% | 0.66% | - |
| XYZ | 16.98 | 8.91 | 3.31 | - |
| YUV | 63.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 45 | 0 | 0.92 | 0.73 | 0.34 | 347.69 | 0.86 | 0.36 |
| Hex | A9 | D | 2D | 0 | 5C | 49 | 22 | 15C | 56 | 24 |
| Octal | 251 | 15 | 55 | 0 | 134 | 111 | 42 | 534 | 126 | 44 |
| Binary | 10101001 | 1101 | 101101 | 0 | 1011100 | 1001001 | 100010 | 101011100 | 1010110 | 100100 |
Color Harmonies of #A90D2D
Complementary color
Monochromatic Colors of #A90D2D
Black with #A90D2D
Text Example
Text Example
White with #A90D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D2D; }
p { color: rgb(169,13,45); }
H1.HeaderClassName
{
color: #A90D2D;
}
.AnyTagClassName
{
color: #A90D2D;
}
</style>
background-color css
<style>
a { background-color: #A90D2D; }
a { background-color: rgb(169,13,45); }
div.DivClassName
{
background-color: #A90D2D;
}
.BgClassName
{
background-color: #A90D2D;
}
</style>
border-color css
<style>
span { border-color: #A90D2D; }
span { border-color: rgb(169,13,45); }
td.TdClassName
{
border-color: #A90D2D;
}
.TagClassName
{
border-color: #A90D2D;
}
</style>