Shades of Carmine #A9052E
Tints of Carmine #A9052E
RGB
CMYK
RGB Variations
Color information
#A9052E (or 0xA9052E) is known color: Carmine. HEX triplet: A9, 05 and 2E. RGB value is (169,5,46). Sum of RGB (Red+Green+Blue) = 169+5+46=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A9052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9052E is #56FAD1. Grayscale: #3A3A3A. Windows color (decimal): -5700306 or 3016105. OLE color: 3016105.
HSL color Cylindrical-coordinate representation of color #A9052E: hue angle of 345º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9052E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 46 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.34 |
| HSL | 345º | 0.94% | 0.34% | - |
| HSV(B) | 345º | 0.97% | 0.66% | - |
| XYZ | 16.91 | 8.74 | 3.38 | - |
| YUV | 58.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 46 | 0 | 0.97 | 0.73 | 0.34 | 345 | 0.94 | 0.34 |
| Hex | A9 | 5 | 2E | 0 | 61 | 49 | 22 | 159 | 5E | 22 |
| Octal | 251 | 5 | 56 | 0 | 141 | 111 | 42 | 531 | 136 | 42 |
| Binary | 10101001 | 101 | 101110 | 0 | 1100001 | 1001001 | 100010 | 101011001 | 1011110 | 100010 |
Color Harmonies of #A9052E
Complementary color
Monochromatic Colors of #A9052E
Black with #A9052E
Text Example
Text Example
White with #A9052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9052E; }
p { color: rgb(169,5,46); }
H1.HeaderClassName
{
color: #A9052E;
}
.AnyTagClassName
{
color: #A9052E;
}
</style>
background-color css
<style>
a { background-color: #A9052E; }
a { background-color: rgb(169,5,46); }
div.DivClassName
{
background-color: #A9052E;
}
.BgClassName
{
background-color: #A9052E;
}
</style>
border-color css
<style>
span { border-color: #A9052E; }
span { border-color: rgb(169,5,46); }
td.TdClassName
{
border-color: #A9052E;
}
.TagClassName
{
border-color: #A9052E;
}
</style>