Shades of Medium Carmine #AB403E
Tints of Medium Carmine #AB403E
RGB
CMYK
RGB Variations
Color information
#AB403E (or 0xAB403E) is known color: Medium Carmine. HEX triplet: AB, 40 and 3E. RGB value is (171,64,62). Sum of RGB (Red+Green+Blue) = 171+64+62=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB403E is #54BFC1. Grayscale: #5F5F5F. Windows color (decimal): -5554114 or 4079787. OLE color: 4079787.
HSL color Cylindrical-coordinate representation of color #AB403E: hue angle of 1.1º 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 #AB403E is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 62 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.33 |
| HSL | 1.1º | 0.47% | 0.46% | - |
| HSV(B) | 1.1º | 0.64% | 0.67% | - |
| XYZ | 19.5 | 12.67 | 5.98 | - |
| YUV | 95.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 62 | 0 | 0.63 | 0.64 | 0.33 | 1.1 | 0.47 | 0.46 |
| Hex | AB | 40 | 3E | 0 | 3F | 40 | 21 | 1 | 2F | 2E |
| Octal | 253 | 100 | 76 | 0 | 77 | 100 | 41 | 1 | 57 | 56 |
| Binary | 10101011 | 1000000 | 111110 | 0 | 111111 | 1000000 | 100001 | 1 | 101111 | 101110 |
Color Harmonies of #AB403E
Complementary color
Monochromatic Colors of #AB403E
Black with #AB403E
Text Example
Text Example
White with #AB403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB403E; }
p { color: rgb(171,64,62); }
H1.HeaderClassName
{
color: #AB403E;
}
.AnyTagClassName
{
color: #AB403E;
}
</style>
background-color css
<style>
a { background-color: #AB403E; }
a { background-color: rgb(171,64,62); }
div.DivClassName
{
background-color: #AB403E;
}
.BgClassName
{
background-color: #AB403E;
}
</style>
border-color css
<style>
span { border-color: #AB403E; }
span { border-color: rgb(171,64,62); }
td.TdClassName
{
border-color: #AB403E;
}
.TagClassName
{
border-color: #AB403E;
}
</style>