Shades of Medium Carmine #AB372C
Tints of Medium Carmine #AB372C
RGB
CMYK
RGB Variations
Color information
#AB372C (or 0xAB372C) is known color: Medium Carmine. HEX triplet: AB, 37 and 2C. RGB value is (171,55,44). Sum of RGB (Red+Green+Blue) = 171+55+44=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB372C is #54C8D3. Grayscale: #585858. Windows color (decimal): -5556436 or 2897835. OLE color: 2897835.
HSL color Cylindrical-coordinate representation of color #AB372C: hue angle of 5.2º 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 #AB372C is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 44 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.33 |
| HSL | 5.2º | 0.59% | 0.42% | - |
| HSV(B) | 5.2º | 0.74% | 0.67% | - |
| XYZ | 18.62 | 11.57 | 3.64 | - |
| YUV | 88.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 44 | 0 | 0.68 | 0.74 | 0.33 | 5.2 | 0.59 | 0.42 |
| Hex | AB | 37 | 2C | 0 | 44 | 4A | 21 | 5 | 3B | 2A |
| Octal | 253 | 67 | 54 | 0 | 104 | 112 | 41 | 5 | 73 | 52 |
| Binary | 10101011 | 110111 | 101100 | 0 | 1000100 | 1001010 | 100001 | 101 | 111011 | 101010 |
Color Harmonies of #AB372C
Complementary color
Monochromatic Colors of #AB372C
Black with #AB372C
Text Example
Text Example
White with #AB372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB372C; }
p { color: rgb(171,55,44); }
H1.HeaderClassName
{
color: #AB372C;
}
.AnyTagClassName
{
color: #AB372C;
}
</style>
background-color css
<style>
a { background-color: #AB372C; }
a { background-color: rgb(171,55,44); }
div.DivClassName
{
background-color: #AB372C;
}
.BgClassName
{
background-color: #AB372C;
}
</style>
border-color css
<style>
span { border-color: #AB372C; }
span { border-color: rgb(171,55,44); }
td.TdClassName
{
border-color: #AB372C;
}
.TagClassName
{
border-color: #AB372C;
}
</style>