Shades of Medium Carmine #A9412D
Tints of Medium Carmine #A9412D
RGB
CMYK
RGB Variations
Color information
#A9412D (or 0xA9412D) is known color: Medium Carmine. HEX triplet: A9, 41 and 2D. RGB value is (169,65,45). Sum of RGB (Red+Green+Blue) = 169+65+45=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A9412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9412D is #56BED2. Grayscale: #5E5E5E. Windows color (decimal): -5684947 or 2965929. OLE color: 2965929.
HSL color Cylindrical-coordinate representation of color #A9412D: hue angle of 9.68º degrees, saturation: 0.58, 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 #A9412D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 45 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.34 |
| HSL | 9.68º | 0.58% | 0.42% | - |
| HSV(B) | 9.68º | 0.73% | 0.66% | - |
| XYZ | 18.73 | 12.41 | 3.89 | - |
| YUV | 93.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 45 | 0 | 0.62 | 0.73 | 0.34 | 9.68 | 0.58 | 0.42 |
| Hex | A9 | 41 | 2D | 0 | 3E | 49 | 22 | A | 3A | 2A |
| Octal | 251 | 101 | 55 | 0 | 76 | 111 | 42 | 12 | 72 | 52 |
| Binary | 10101001 | 1000001 | 101101 | 0 | 111110 | 1001001 | 100010 | 1010 | 111010 | 101010 |
Color Harmonies of #A9412D
Complementary color
Monochromatic Colors of #A9412D
Black with #A9412D
Text Example
Text Example
White with #A9412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9412D; }
p { color: rgb(169,65,45); }
H1.HeaderClassName
{
color: #A9412D;
}
.AnyTagClassName
{
color: #A9412D;
}
</style>
background-color css
<style>
a { background-color: #A9412D; }
a { background-color: rgb(169,65,45); }
div.DivClassName
{
background-color: #A9412D;
}
.BgClassName
{
background-color: #A9412D;
}
</style>
border-color css
<style>
span { border-color: #A9412D; }
span { border-color: rgb(169,65,45); }
td.TdClassName
{
border-color: #A9412D;
}
.TagClassName
{
border-color: #A9412D;
}
</style>