Shades of Medium Carmine #AB372D
Tints of Medium Carmine #AB372D
RGB
CMYK
RGB Variations
Color information
#AB372D (or 0xAB372D) is known color: Medium Carmine. HEX triplet: AB, 37 and 2D. RGB value is (171,55,45). Sum of RGB (Red+Green+Blue) = 171+55+45=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB372D is #54C8D2. Grayscale: #585858. Windows color (decimal): -5556435 or 2963371. OLE color: 2963371.
HSL color Cylindrical-coordinate representation of color #AB372D: hue angle of 4.76º degrees, saturation: 0.58, 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 #AB372D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 45 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.33 |
| HSL | 4.76º | 0.58% | 0.42% | - |
| HSV(B) | 4.76º | 0.74% | 0.67% | - |
| XYZ | 18.63 | 11.58 | 3.74 | - |
| YUV | 88.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 45 | 0 | 0.68 | 0.74 | 0.33 | 4.76 | 0.58 | 0.42 |
| Hex | AB | 37 | 2D | 0 | 44 | 4A | 21 | 5 | 3A | 2A |
| Octal | 253 | 67 | 55 | 0 | 104 | 112 | 41 | 5 | 72 | 52 |
| Binary | 10101011 | 110111 | 101101 | 0 | 1000100 | 1001010 | 100001 | 101 | 111010 | 101010 |
Color Harmonies of #AB372D
Complementary color
Monochromatic Colors of #AB372D
Black with #AB372D
Text Example
Text Example
White with #AB372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB372D; }
p { color: rgb(171,55,45); }
H1.HeaderClassName
{
color: #AB372D;
}
.AnyTagClassName
{
color: #AB372D;
}
</style>
background-color css
<style>
a { background-color: #AB372D; }
a { background-color: rgb(171,55,45); }
div.DivClassName
{
background-color: #AB372D;
}
.BgClassName
{
background-color: #AB372D;
}
</style>
border-color css
<style>
span { border-color: #AB372D; }
span { border-color: rgb(171,55,45); }
td.TdClassName
{
border-color: #AB372D;
}
.TagClassName
{
border-color: #AB372D;
}
</style>