Shades of Medium Carmine #AB413E
Tints of Medium Carmine #AB413E
RGB
CMYK
RGB Variations
Color information
#AB413E (or 0xAB413E) is known color: Medium Carmine. HEX triplet: AB, 41 and 3E. RGB value is (171,65,62). Sum of RGB (Red+Green+Blue) = 171+65+62=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413E is #54BEC1. Grayscale: #606060. Windows color (decimal): -5553858 or 4080043. OLE color: 4080043.
HSL color Cylindrical-coordinate representation of color #AB413E: hue angle of 1.65º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB413E is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 62 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.33 |
| HSL | 1.65º | 0.47% | 0.46% | - |
| HSV(B) | 1.65º | 0.64% | 0.67% | - |
| XYZ | 19.55 | 12.79 | 5.99 | - |
| YUV | 96.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 62 | 0 | 0.62 | 0.64 | 0.33 | 1.65 | 0.47 | 0.46 |
| Hex | AB | 41 | 3E | 0 | 3E | 40 | 21 | 2 | 2F | 2E |
| Octal | 253 | 101 | 76 | 0 | 76 | 100 | 41 | 2 | 57 | 56 |
| Binary | 10101011 | 1000001 | 111110 | 0 | 111110 | 1000000 | 100001 | 10 | 101111 | 101110 |
Color Harmonies of #AB413E
Complementary color
Monochromatic Colors of #AB413E
Black with #AB413E
Text Example
Text Example
White with #AB413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB413E; }
p { color: rgb(171,65,62); }
H1.HeaderClassName
{
color: #AB413E;
}
.AnyTagClassName
{
color: #AB413E;
}
</style>
background-color css
<style>
a { background-color: #AB413E; }
a { background-color: rgb(171,65,62); }
div.DivClassName
{
background-color: #AB413E;
}
.BgClassName
{
background-color: #AB413E;
}
</style>
border-color css
<style>
span { border-color: #AB413E; }
span { border-color: rgb(171,65,62); }
td.TdClassName
{
border-color: #AB413E;
}
.TagClassName
{
border-color: #AB413E;
}
</style>