Shades of Medium Carmine #A9412C
Tints of Medium Carmine #A9412C
RGB
CMYK
RGB Variations
Color information
#A9412C (or 0xA9412C) is known color: Medium Carmine. HEX triplet: A9, 41 and 2C. RGB value is (169,65,44). Sum of RGB (Red+Green+Blue) = 169+65+44=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9412C is #56BED3. Grayscale: #5D5D5D. Windows color (decimal): -5684948 or 2900393. OLE color: 2900393.
HSL color Cylindrical-coordinate representation of color #A9412C: hue angle of 10.08º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9412C is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 44 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.34 |
| HSL | 10.08º | 0.59% | 0.42% | - |
| HSV(B) | 10.08º | 0.74% | 0.66% | - |
| XYZ | 18.71 | 12.4 | 3.79 | - |
| YUV | 93.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 44 | 0 | 0.62 | 0.74 | 0.34 | 10.08 | 0.59 | 0.42 |
| Hex | A9 | 41 | 2C | 0 | 3E | 4A | 22 | A | 3B | 2A |
| Octal | 251 | 101 | 54 | 0 | 76 | 112 | 42 | 12 | 73 | 52 |
| Binary | 10101001 | 1000001 | 101100 | 0 | 111110 | 1001010 | 100010 | 1010 | 111011 | 101010 |
Color Harmonies of #A9412C
Complementary color
Monochromatic Colors of #A9412C
Black with #A9412C
Text Example
Text Example
White with #A9412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9412C; }
p { color: rgb(169,65,44); }
H1.HeaderClassName
{
color: #A9412C;
}
.AnyTagClassName
{
color: #A9412C;
}
</style>
background-color css
<style>
a { background-color: #A9412C; }
a { background-color: rgb(169,65,44); }
div.DivClassName
{
background-color: #A9412C;
}
.BgClassName
{
background-color: #A9412C;
}
</style>
border-color css
<style>
span { border-color: #A9412C; }
span { border-color: rgb(169,65,44); }
td.TdClassName
{
border-color: #A9412C;
}
.TagClassName
{
border-color: #A9412C;
}
</style>