Shades of Carmine #A9042D
Tints of Carmine #A9042D
RGB
CMYK
RGB Variations
Color information
#A9042D (or 0xA9042D) is known color: Carmine. HEX triplet: A9, 04 and 2D. RGB value is (169,4,45). Sum of RGB (Red+Green+Blue) = 169+4+45=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A9042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9042D is #56FBD2. Grayscale: #3A3A3A. Windows color (decimal): -5700563 or 2950313. OLE color: 2950313.
HSL color Cylindrical-coordinate representation of color #A9042D: hue angle of 345.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9042D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.34 |
| HSL | 345.09º | 0.95% | 0.34% | - |
| HSV(B) | 345.09º | 0.98% | 0.66% | - |
| XYZ | 16.88 | 8.71 | 3.27 | - |
| YUV | 58.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 45 | 0 | 0.98 | 0.73 | 0.34 | 345.09 | 0.95 | 0.34 |
| Hex | A9 | 4 | 2D | 0 | 62 | 49 | 22 | 159 | 5F | 22 |
| Octal | 251 | 4 | 55 | 0 | 142 | 111 | 42 | 531 | 137 | 42 |
| Binary | 10101001 | 100 | 101101 | 0 | 1100010 | 1001001 | 100010 | 101011001 | 1011111 | 100010 |
Color Harmonies of #A9042D
Complementary color
Monochromatic Colors of #A9042D
Black with #A9042D
Text Example
Text Example
White with #A9042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9042D; }
p { color: rgb(169,4,45); }
H1.HeaderClassName
{
color: #A9042D;
}
.AnyTagClassName
{
color: #A9042D;
}
</style>
background-color css
<style>
a { background-color: #A9042D; }
a { background-color: rgb(169,4,45); }
div.DivClassName
{
background-color: #A9042D;
}
.BgClassName
{
background-color: #A9042D;
}
</style>
border-color css
<style>
span { border-color: #A9042D; }
span { border-color: rgb(169,4,45); }
td.TdClassName
{
border-color: #A9042D;
}
.TagClassName
{
border-color: #A9042D;
}
</style>