Shades of Medium Carmine #AB3C27
Tints of Medium Carmine #AB3C27
RGB
CMYK
RGB Variations
Color information
#AB3C27 (or 0xAB3C27) is known color: Medium Carmine. HEX triplet: AB, 3C and 27. RGB value is (171,60,39). Sum of RGB (Red+Green+Blue) = 171+60+39=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C27 is #54C3D8. Grayscale: #5A5A5A. Windows color (decimal): -5555161 or 2571435. OLE color: 2571435.
HSL color Cylindrical-coordinate representation of color #AB3C27: hue angle of 9.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3C27 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 39 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.33 |
| HSL | 9.55º | 0.63% | 0.41% | - |
| HSV(B) | 9.55º | 0.77% | 0.67% | - |
| XYZ | 18.78 | 12.04 | 3.25 | - |
| YUV | 90.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 39 | 0 | 0.65 | 0.77 | 0.33 | 9.55 | 0.63 | 0.41 |
| Hex | AB | 3C | 27 | 0 | 41 | 4D | 21 | A | 3F | 29 |
| Octal | 253 | 74 | 47 | 0 | 101 | 115 | 41 | 12 | 77 | 51 |
| Binary | 10101011 | 111100 | 100111 | 0 | 1000001 | 1001101 | 100001 | 1010 | 111111 | 101001 |
Color Harmonies of #AB3C27
Complementary color
Monochromatic Colors of #AB3C27
Black with #AB3C27
Text Example
Text Example
White with #AB3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C27; }
p { color: rgb(171,60,39); }
H1.HeaderClassName
{
color: #AB3C27;
}
.AnyTagClassName
{
color: #AB3C27;
}
</style>
background-color css
<style>
a { background-color: #AB3C27; }
a { background-color: rgb(171,60,39); }
div.DivClassName
{
background-color: #AB3C27;
}
.BgClassName
{
background-color: #AB3C27;
}
</style>
border-color css
<style>
span { border-color: #AB3C27; }
span { border-color: rgb(171,60,39); }
td.TdClassName
{
border-color: #AB3C27;
}
.TagClassName
{
border-color: #AB3C27;
}
</style>