Shades of Medium Carmine #AB422E
Tints of Medium Carmine #AB422E
RGB
CMYK
RGB Variations
Color information
#AB422E (or 0xAB422E) is known color: Medium Carmine. HEX triplet: AB, 42 and 2E. RGB value is (171,66,46). Sum of RGB (Red+Green+Blue) = 171+66+46=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB422E is #54BDD1. Grayscale: #5F5F5F. Windows color (decimal): -5553618 or 3031723. OLE color: 3031723.
HSL color Cylindrical-coordinate representation of color #AB422E: hue angle of 9.6º 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 #AB422E is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 46 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.33 |
| HSL | 9.6º | 0.58% | 0.43% | - |
| HSV(B) | 9.6º | 0.73% | 0.67% | - |
| XYZ | 19.24 | 12.75 | 4.03 | - |
| YUV | 95.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 46 | 0 | 0.61 | 0.73 | 0.33 | 9.6 | 0.58 | 0.43 |
| Hex | AB | 42 | 2E | 0 | 3D | 49 | 21 | A | 3A | 2B |
| Octal | 253 | 102 | 56 | 0 | 75 | 111 | 41 | 12 | 72 | 53 |
| Binary | 10101011 | 1000010 | 101110 | 0 | 111101 | 1001001 | 100001 | 1010 | 111010 | 101011 |
Color Harmonies of #AB422E
Complementary color
Monochromatic Colors of #AB422E
Black with #AB422E
Text Example
Text Example
White with #AB422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB422E; }
p { color: rgb(171,66,46); }
H1.HeaderClassName
{
color: #AB422E;
}
.AnyTagClassName
{
color: #AB422E;
}
</style>
background-color css
<style>
a { background-color: #AB422E; }
a { background-color: rgb(171,66,46); }
div.DivClassName
{
background-color: #AB422E;
}
.BgClassName
{
background-color: #AB422E;
}
</style>
border-color css
<style>
span { border-color: #AB422E; }
span { border-color: rgb(171,66,46); }
td.TdClassName
{
border-color: #AB422E;
}
.TagClassName
{
border-color: #AB422E;
}
</style>