Shades of Carmine #A9022D
Tints of Carmine #A9022D
RGB
CMYK
RGB Variations
Color information
#A9022D (or 0xA9022D) is known color: Carmine. HEX triplet: A9, 02 and 2D. RGB value is (169,2,45). Sum of RGB (Red+Green+Blue) = 169+2+45=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A9022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9022D is #56FDD2. Grayscale: #383838. Windows color (decimal): -5701075 or 2949801. OLE color: 2949801.
HSL color Cylindrical-coordinate representation of color #A9022D: hue angle of 344.55º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9022D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.34 |
| HSL | 344.55º | 0.98% | 0.34% | - |
| HSV(B) | 344.55º | 0.99% | 0.66% | - |
| XYZ | 16.86 | 8.67 | 3.27 | - |
| YUV | 56.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 45 | 0 | 0.99 | 0.73 | 0.34 | 344.55 | 0.98 | 0.34 |
| Hex | A9 | 2 | 2D | 0 | 63 | 49 | 22 | 159 | 62 | 22 |
| Octal | 251 | 2 | 55 | 0 | 143 | 111 | 42 | 531 | 142 | 42 |
| Binary | 10101001 | 10 | 101101 | 0 | 1100011 | 1001001 | 100010 | 101011001 | 1100010 | 100010 |
Color Harmonies of #A9022D
Complementary color
Monochromatic Colors of #A9022D
Black with #A9022D
Text Example
Text Example
White with #A9022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9022D; }
p { color: rgb(169,2,45); }
H1.HeaderClassName
{
color: #A9022D;
}
.AnyTagClassName
{
color: #A9022D;
}
</style>
background-color css
<style>
a { background-color: #A9022D; }
a { background-color: rgb(169,2,45); }
div.DivClassName
{
background-color: #A9022D;
}
.BgClassName
{
background-color: #A9022D;
}
</style>
border-color css
<style>
span { border-color: #A9022D; }
span { border-color: rgb(169,2,45); }
td.TdClassName
{
border-color: #A9022D;
}
.TagClassName
{
border-color: #A9022D;
}
</style>