Shades of Medium Carmine #AB392C
Tints of Medium Carmine #AB392C
RGB
CMYK
RGB Variations
Color information
#AB392C (or 0xAB392C) is known color: Medium Carmine. HEX triplet: AB, 39 and 2C. RGB value is (171,57,44). Sum of RGB (Red+Green+Blue) = 171+57+44=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB392C is #54C6D3. Grayscale: #595959. Windows color (decimal): -5555924 or 2898347. OLE color: 2898347.
HSL color Cylindrical-coordinate representation of color #AB392C: hue angle of 6.14º 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 #AB392C is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 44 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.33 |
| HSL | 6.14º | 0.59% | 0.42% | - |
| HSV(B) | 6.14º | 0.74% | 0.67% | - |
| XYZ | 18.71 | 11.77 | 3.67 | - |
| YUV | 89.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 44 | 0 | 0.67 | 0.74 | 0.33 | 6.14 | 0.59 | 0.42 |
| Hex | AB | 39 | 2C | 0 | 43 | 4A | 21 | 6 | 3B | 2A |
| Octal | 253 | 71 | 54 | 0 | 103 | 112 | 41 | 6 | 73 | 52 |
| Binary | 10101011 | 111001 | 101100 | 0 | 1000011 | 1001010 | 100001 | 110 | 111011 | 101010 |
Color Harmonies of #AB392C
Complementary color
Monochromatic Colors of #AB392C
Black with #AB392C
Text Example
Text Example
White with #AB392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB392C; }
p { color: rgb(171,57,44); }
H1.HeaderClassName
{
color: #AB392C;
}
.AnyTagClassName
{
color: #AB392C;
}
</style>
background-color css
<style>
a { background-color: #AB392C; }
a { background-color: rgb(171,57,44); }
div.DivClassName
{
background-color: #AB392C;
}
.BgClassName
{
background-color: #AB392C;
}
</style>
border-color css
<style>
span { border-color: #AB392C; }
span { border-color: rgb(171,57,44); }
td.TdClassName
{
border-color: #AB392C;
}
.TagClassName
{
border-color: #AB392C;
}
</style>