Shades of Medium Carmine #AB403F
Tints of Medium Carmine #AB403F
RGB
CMYK
RGB Variations
Color information
#AB403F (or 0xAB403F) is known color: Medium Carmine. HEX triplet: AB, 40 and 3F. RGB value is (171,64,63). Sum of RGB (Red+Green+Blue) = 171+64+63=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB403F is #54BFC0. Grayscale: #5F5F5F. Windows color (decimal): -5554113 or 4145323. OLE color: 4145323.
HSL color Cylindrical-coordinate representation of color #AB403F: hue angle of 0.56º 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 #AB403F is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 63 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.33 |
| HSL | 0.56º | 0.46% | 0.46% | - |
| HSV(B) | 0.56º | 0.63% | 0.67% | - |
| XYZ | 19.53 | 12.68 | 6.12 | - |
| YUV | 95.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 63 | 0 | 0.63 | 0.63 | 0.33 | 0.56 | 0.46 | 0.46 |
| Hex | AB | 40 | 3F | 0 | 3F | 3F | 21 | 1 | 2E | 2E |
| Octal | 253 | 100 | 77 | 0 | 77 | 77 | 41 | 1 | 56 | 56 |
| Binary | 10101011 | 1000000 | 111111 | 0 | 111111 | 111111 | 100001 | 1 | 101110 | 101110 |
Color Harmonies of #AB403F
Complementary color
Monochromatic Colors of #AB403F
Black with #AB403F
Text Example
Text Example
White with #AB403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB403F; }
p { color: rgb(171,64,63); }
H1.HeaderClassName
{
color: #AB403F;
}
.AnyTagClassName
{
color: #AB403F;
}
</style>
background-color css
<style>
a { background-color: #AB403F; }
a { background-color: rgb(171,64,63); }
div.DivClassName
{
background-color: #AB403F;
}
.BgClassName
{
background-color: #AB403F;
}
</style>
border-color css
<style>
span { border-color: #AB403F; }
span { border-color: rgb(171,64,63); }
td.TdClassName
{
border-color: #AB403F;
}
.TagClassName
{
border-color: #AB403F;
}
</style>