Shades of Medium Carmine #AB4A3C
Tints of Medium Carmine #AB4A3C
RGB
CMYK
RGB Variations
Color information
#AB4A3C (or 0xAB4A3C) is known color: Medium Carmine. HEX triplet: AB, 4A and 3C. RGB value is (171,74,60). Sum of RGB (Red+Green+Blue) = 171+74+60=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A3C is #54B5C3. Grayscale: #656565. Windows color (decimal): -5551556 or 3951275. OLE color: 3951275.
HSL color Cylindrical-coordinate representation of color #AB4A3C: hue angle of 7.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4A3C is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 60 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.33 |
| HSL | 7.57º | 0.48% | 0.45% | - |
| HSV(B) | 7.57º | 0.65% | 0.67% | - |
| XYZ | 20.06 | 13.88 | 5.9 | - |
| YUV | 101.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 60 | 0 | 0.57 | 0.65 | 0.33 | 7.57 | 0.48 | 0.45 |
| Hex | AB | 4A | 3C | 0 | 39 | 41 | 21 | 8 | 30 | 2D |
| Octal | 253 | 112 | 74 | 0 | 71 | 101 | 41 | 10 | 60 | 55 |
| Binary | 10101011 | 1001010 | 111100 | 0 | 111001 | 1000001 | 100001 | 1000 | 110000 | 101101 |
Color Harmonies of #AB4A3C
Complementary color
Monochromatic Colors of #AB4A3C
Black with #AB4A3C
Text Example
Text Example
White with #AB4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A3C; }
p { color: rgb(171,74,60); }
H1.HeaderClassName
{
color: #AB4A3C;
}
.AnyTagClassName
{
color: #AB4A3C;
}
</style>
background-color css
<style>
a { background-color: #AB4A3C; }
a { background-color: rgb(171,74,60); }
div.DivClassName
{
background-color: #AB4A3C;
}
.BgClassName
{
background-color: #AB4A3C;
}
</style>
border-color css
<style>
span { border-color: #AB4A3C; }
span { border-color: rgb(171,74,60); }
td.TdClassName
{
border-color: #AB4A3C;
}
.TagClassName
{
border-color: #AB4A3C;
}
</style>