Shades of Medium Carmine #AB412C
Tints of Medium Carmine #AB412C
RGB
CMYK
RGB Variations
Color information
#AB412C (or 0xAB412C) is known color: Medium Carmine. HEX triplet: AB, 41 and 2C. RGB value is (171,65,44). Sum of RGB (Red+Green+Blue) = 171+65+44=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB412C is #54BED3. Grayscale: #5E5E5E. Windows color (decimal): -5553876 or 2900395. OLE color: 2900395.
HSL color Cylindrical-coordinate representation of color #AB412C: hue angle of 9.92º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB412C is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 44 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.33 |
| HSL | 9.92º | 0.59% | 0.42% | - |
| HSV(B) | 9.92º | 0.74% | 0.67% | - |
| XYZ | 19.14 | 12.62 | 3.81 | - |
| YUV | 94.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 44 | 0 | 0.62 | 0.74 | 0.33 | 9.92 | 0.59 | 0.42 |
| Hex | AB | 41 | 2C | 0 | 3E | 4A | 21 | A | 3B | 2A |
| Octal | 253 | 101 | 54 | 0 | 76 | 112 | 41 | 12 | 73 | 52 |
| Binary | 10101011 | 1000001 | 101100 | 0 | 111110 | 1001010 | 100001 | 1010 | 111011 | 101010 |
Color Harmonies of #AB412C
Complementary color
Monochromatic Colors of #AB412C
Black with #AB412C
Text Example
Text Example
White with #AB412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB412C; }
p { color: rgb(171,65,44); }
H1.HeaderClassName
{
color: #AB412C;
}
.AnyTagClassName
{
color: #AB412C;
}
</style>
background-color css
<style>
a { background-color: #AB412C; }
a { background-color: rgb(171,65,44); }
div.DivClassName
{
background-color: #AB412C;
}
.BgClassName
{
background-color: #AB412C;
}
</style>
border-color css
<style>
span { border-color: #AB412C; }
span { border-color: rgb(171,65,44); }
td.TdClassName
{
border-color: #AB412C;
}
.TagClassName
{
border-color: #AB412C;
}
</style>