Shades of Medium Carmine #AB3E2C
Tints of Medium Carmine #AB3E2C
RGB
CMYK
RGB Variations
Color information
#AB3E2C (or 0xAB3E2C) is known color: Medium Carmine. HEX triplet: AB, 3E and 2C. RGB value is (171,62,44). Sum of RGB (Red+Green+Blue) = 171+62+44=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E2C is #54C1D3. Grayscale: #5C5C5C. Windows color (decimal): -5554644 or 2899627. OLE color: 2899627.
HSL color Cylindrical-coordinate representation of color #AB3E2C: hue angle of 8.5º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3E2C is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 44 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.33 |
| HSL | 8.5º | 0.59% | 0.42% | - |
| HSV(B) | 8.5º | 0.74% | 0.67% | - |
| XYZ | 18.97 | 12.29 | 3.75 | - |
| YUV | 92.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 44 | 0 | 0.64 | 0.74 | 0.33 | 8.5 | 0.59 | 0.42 |
| Hex | AB | 3E | 2C | 0 | 40 | 4A | 21 | 9 | 3B | 2A |
| Octal | 253 | 76 | 54 | 0 | 100 | 112 | 41 | 11 | 73 | 52 |
| Binary | 10101011 | 111110 | 101100 | 0 | 1000000 | 1001010 | 100001 | 1001 | 111011 | 101010 |
Color Harmonies of #AB3E2C
Complementary color
Monochromatic Colors of #AB3E2C
Black with #AB3E2C
Text Example
Text Example
White with #AB3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E2C; }
p { color: rgb(171,62,44); }
H1.HeaderClassName
{
color: #AB3E2C;
}
.AnyTagClassName
{
color: #AB3E2C;
}
</style>
background-color css
<style>
a { background-color: #AB3E2C; }
a { background-color: rgb(171,62,44); }
div.DivClassName
{
background-color: #AB3E2C;
}
.BgClassName
{
background-color: #AB3E2C;
}
</style>
border-color css
<style>
span { border-color: #AB3E2C; }
span { border-color: rgb(171,62,44); }
td.TdClassName
{
border-color: #AB3E2C;
}
.TagClassName
{
border-color: #AB3E2C;
}
</style>