Shades of Carmine #A9022A
Tints of Carmine #A9022A
RGB
CMYK
RGB Variations
Color information
#A9022A (or 0xA9022A) is known color: Carmine. HEX triplet: A9, 02 and 2A. RGB value is (169,2,42). Sum of RGB (Red+Green+Blue) = 169+2+42=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A9022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9022A is #56FDD5. Grayscale: #383838. Windows color (decimal): -5701078 or 2753193. OLE color: 2753193.
HSL color Cylindrical-coordinate representation of color #A9022A: hue angle of 345.63º 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 #A9022A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.34 |
| HSL | 345.63º | 0.98% | 0.34% | - |
| HSV(B) | 345.63º | 0.99% | 0.66% | - |
| XYZ | 16.8 | 8.65 | 2.97 | - |
| YUV | 56.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 42 | 0 | 0.99 | 0.75 | 0.34 | 345.63 | 0.98 | 0.34 |
| Hex | A9 | 2 | 2A | 0 | 63 | 4B | 22 | 15A | 62 | 22 |
| Octal | 251 | 2 | 52 | 0 | 143 | 113 | 42 | 532 | 142 | 42 |
| Binary | 10101001 | 10 | 101010 | 0 | 1100011 | 1001011 | 100010 | 101011010 | 1100010 | 100010 |
Color Harmonies of #A9022A
Complementary color
Monochromatic Colors of #A9022A
Black with #A9022A
Text Example
Text Example
White with #A9022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9022A; }
p { color: rgb(169,2,42); }
H1.HeaderClassName
{
color: #A9022A;
}
.AnyTagClassName
{
color: #A9022A;
}
</style>
background-color css
<style>
a { background-color: #A9022A; }
a { background-color: rgb(169,2,42); }
div.DivClassName
{
background-color: #A9022A;
}
.BgClassName
{
background-color: #A9022A;
}
</style>
border-color css
<style>
span { border-color: #A9022A; }
span { border-color: rgb(169,2,42); }
td.TdClassName
{
border-color: #A9022A;
}
.TagClassName
{
border-color: #A9022A;
}
</style>