Shades of Medium Carmine #AB413F
Tints of Medium Carmine #AB413F
RGB
CMYK
RGB Variations
Color information
#AB413F (or 0xAB413F) is known color: Medium Carmine. HEX triplet: AB, 41 and 3F. RGB value is (171,65,63). Sum of RGB (Red+Green+Blue) = 171+65+63=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413F is #54BEC0. Grayscale: #606060. Windows color (decimal): -5553857 or 4145579. OLE color: 4145579.
HSL color Cylindrical-coordinate representation of color #AB413F: hue angle of 1.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB413F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 63 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.33 |
| HSL | 1.11º | 0.46% | 0.46% | - |
| HSV(B) | 1.11º | 0.63% | 0.67% | - |
| XYZ | 19.58 | 12.8 | 6.14 | - |
| YUV | 96.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 63 | 0 | 0.62 | 0.63 | 0.33 | 1.11 | 0.46 | 0.46 |
| Hex | AB | 41 | 3F | 0 | 3E | 3F | 21 | 1 | 2E | 2E |
| Octal | 253 | 101 | 77 | 0 | 76 | 77 | 41 | 1 | 56 | 56 |
| Binary | 10101011 | 1000001 | 111111 | 0 | 111110 | 111111 | 100001 | 1 | 101110 | 101110 |
Color Harmonies of #AB413F
Complementary color
Monochromatic Colors of #AB413F
Black with #AB413F
Text Example
Text Example
White with #AB413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB413F; }
p { color: rgb(171,65,63); }
H1.HeaderClassName
{
color: #AB413F;
}
.AnyTagClassName
{
color: #AB413F;
}
</style>
background-color css
<style>
a { background-color: #AB413F; }
a { background-color: rgb(171,65,63); }
div.DivClassName
{
background-color: #AB413F;
}
.BgClassName
{
background-color: #AB413F;
}
</style>
border-color css
<style>
span { border-color: #AB413F; }
span { border-color: rgb(171,65,63); }
td.TdClassName
{
border-color: #AB413F;
}
.TagClassName
{
border-color: #AB413F;
}
</style>