Shades of Medium Carmine #AB412E
Tints of Medium Carmine #AB412E
RGB
CMYK
RGB Variations
Color information
#AB412E (or 0xAB412E) is known color: Medium Carmine. HEX triplet: AB, 41 and 2E. RGB value is (171,65,46). Sum of RGB (Red+Green+Blue) = 171+65+46=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB412E is #54BED1. Grayscale: #5E5E5E. Windows color (decimal): -5553874 or 3031467. OLE color: 3031467.
HSL color Cylindrical-coordinate representation of color #AB412E: hue angle of 9.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB412E is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 46 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.33 |
| HSL | 9.12º | 0.58% | 0.43% | - |
| HSV(B) | 9.12º | 0.73% | 0.67% | - |
| XYZ | 19.18 | 12.64 | 4.01 | - |
| YUV | 94.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 46 | 0 | 0.62 | 0.73 | 0.33 | 9.12 | 0.58 | 0.43 |
| Hex | AB | 41 | 2E | 0 | 3E | 49 | 21 | 9 | 3A | 2B |
| Octal | 253 | 101 | 56 | 0 | 76 | 111 | 41 | 11 | 72 | 53 |
| Binary | 10101011 | 1000001 | 101110 | 0 | 111110 | 1001001 | 100001 | 1001 | 111010 | 101011 |
Color Harmonies of #AB412E
Complementary color
Monochromatic Colors of #AB412E
Black with #AB412E
Text Example
Text Example
White with #AB412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB412E; }
p { color: rgb(171,65,46); }
H1.HeaderClassName
{
color: #AB412E;
}
.AnyTagClassName
{
color: #AB412E;
}
</style>
background-color css
<style>
a { background-color: #AB412E; }
a { background-color: rgb(171,65,46); }
div.DivClassName
{
background-color: #AB412E;
}
.BgClassName
{
background-color: #AB412E;
}
</style>
border-color css
<style>
span { border-color: #AB412E; }
span { border-color: rgb(171,65,46); }
td.TdClassName
{
border-color: #AB412E;
}
.TagClassName
{
border-color: #AB412E;
}
</style>