Shades of Carmine #A9022C
Tints of Carmine #A9022C
RGB
CMYK
RGB Variations
Color information
#A9022C (or 0xA9022C) is known color: Carmine. HEX triplet: A9, 02 and 2C. RGB value is (169,2,44). Sum of RGB (Red+Green+Blue) = 169+2+44=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A9022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9022C is #56FDD3. Grayscale: #383838. Windows color (decimal): -5701076 or 2884265. OLE color: 2884265.
HSL color Cylindrical-coordinate representation of color #A9022C: hue angle of 344.91º 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 #A9022C is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.34 |
| HSL | 344.91º | 0.98% | 0.34% | - |
| HSV(B) | 344.91º | 0.99% | 0.66% | - |
| XYZ | 16.84 | 8.66 | 3.17 | - |
| YUV | 56.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 44 | 0 | 0.99 | 0.74 | 0.34 | 344.91 | 0.98 | 0.34 |
| Hex | A9 | 2 | 2C | 0 | 63 | 4A | 22 | 159 | 62 | 22 |
| Octal | 251 | 2 | 54 | 0 | 143 | 112 | 42 | 531 | 142 | 42 |
| Binary | 10101001 | 10 | 101100 | 0 | 1100011 | 1001010 | 100010 | 101011001 | 1100010 | 100010 |
Color Harmonies of #A9022C
Complementary color
Monochromatic Colors of #A9022C
Black with #A9022C
Text Example
Text Example
White with #A9022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9022C; }
p { color: rgb(169,2,44); }
H1.HeaderClassName
{
color: #A9022C;
}
.AnyTagClassName
{
color: #A9022C;
}
</style>
background-color css
<style>
a { background-color: #A9022C; }
a { background-color: rgb(169,2,44); }
div.DivClassName
{
background-color: #A9022C;
}
.BgClassName
{
background-color: #A9022C;
}
</style>
border-color css
<style>
span { border-color: #A9022C; }
span { border-color: rgb(169,2,44); }
td.TdClassName
{
border-color: #A9022C;
}
.TagClassName
{
border-color: #A9022C;
}
</style>