Shades of Medium Carmine #A9432E
Tints of Medium Carmine #A9432E
RGB
CMYK
RGB Variations
Color information
#A9432E (or 0xA9432E) is known color: Medium Carmine. HEX triplet: A9, 43 and 2E. RGB value is (169,67,46). Sum of RGB (Red+Green+Blue) = 169+67+46=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A9432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9432E is #56BCD1. Grayscale: #5F5F5F. Windows color (decimal): -5684434 or 3031977. OLE color: 3031977.
HSL color Cylindrical-coordinate representation of color #A9432E: hue angle of 10.24º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9432E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 46 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.34 |
| HSL | 10.24º | 0.57% | 0.42% | - |
| HSV(B) | 10.24º | 0.73% | 0.66% | - |
| XYZ | 18.86 | 12.65 | 4.03 | - |
| YUV | 95.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 46 | 0 | 0.60 | 0.73 | 0.34 | 10.24 | 0.57 | 0.42 |
| Hex | A9 | 43 | 2E | 0 | 3C | 49 | 22 | A | 39 | 2A |
| Octal | 251 | 103 | 56 | 0 | 74 | 111 | 42 | 12 | 71 | 52 |
| Binary | 10101001 | 1000011 | 101110 | 0 | 111100 | 1001001 | 100010 | 1010 | 111001 | 101010 |
Color Harmonies of #A9432E
Complementary color
Monochromatic Colors of #A9432E
Black with #A9432E
Text Example
Text Example
White with #A9432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9432E; }
p { color: rgb(169,67,46); }
H1.HeaderClassName
{
color: #A9432E;
}
.AnyTagClassName
{
color: #A9432E;
}
</style>
background-color css
<style>
a { background-color: #A9432E; }
a { background-color: rgb(169,67,46); }
div.DivClassName
{
background-color: #A9432E;
}
.BgClassName
{
background-color: #A9432E;
}
</style>
border-color css
<style>
span { border-color: #A9432E; }
span { border-color: rgb(169,67,46); }
td.TdClassName
{
border-color: #A9432E;
}
.TagClassName
{
border-color: #A9432E;
}
</style>