Shades of Carmine #A90D29
Tints of Carmine #A90D29
RGB
CMYK
RGB Variations
Color information
#A90D29 (or 0xA90D29) is known color: Carmine. HEX triplet: A9, 0D and 29. RGB value is (169,13,41). Sum of RGB (Red+Green+Blue) = 169+13+41=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90D29 is #56F2D6. Grayscale: #3E3E3E. Windows color (decimal): -5698263 or 2690473. OLE color: 2690473.
HSL color Cylindrical-coordinate representation of color #A90D29: hue angle of 349.23º 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 #A90D29 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 41 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.34 |
| HSL | 349.23º | 0.86% | 0.36% | - |
| HSV(B) | 349.23º | 0.92% | 0.66% | - |
| XYZ | 16.91 | 8.88 | 2.92 | - |
| YUV | 62.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 41 | 0 | 0.92 | 0.76 | 0.34 | 349.23 | 0.86 | 0.36 |
| Hex | A9 | D | 29 | 0 | 5C | 4C | 22 | 15D | 56 | 24 |
| Octal | 251 | 15 | 51 | 0 | 134 | 114 | 42 | 535 | 126 | 44 |
| Binary | 10101001 | 1101 | 101001 | 0 | 1011100 | 1001100 | 100010 | 101011101 | 1010110 | 100100 |
Color Harmonies of #A90D29
Complementary color
Monochromatic Colors of #A90D29
Black with #A90D29
Text Example
Text Example
White with #A90D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D29; }
p { color: rgb(169,13,41); }
H1.HeaderClassName
{
color: #A90D29;
}
.AnyTagClassName
{
color: #A90D29;
}
</style>
background-color css
<style>
a { background-color: #A90D29; }
a { background-color: rgb(169,13,41); }
div.DivClassName
{
background-color: #A90D29;
}
.BgClassName
{
background-color: #A90D29;
}
</style>
border-color css
<style>
span { border-color: #A90D29; }
span { border-color: rgb(169,13,41); }
td.TdClassName
{
border-color: #A90D29;
}
.TagClassName
{
border-color: #A90D29;
}
</style>