Shades of Medium Carmine #AB4239
Tints of Medium Carmine #AB4239
RGB
CMYK
RGB Variations
Color information
#AB4239 (or 0xAB4239) is known color: Medium Carmine. HEX triplet: AB, 42 and 39. RGB value is (171,66,57). Sum of RGB (Red+Green+Blue) = 171+66+57=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4239 is #54BDC6. Grayscale: #606060. Windows color (decimal): -5553607 or 3752619. OLE color: 3752619.
HSL color Cylindrical-coordinate representation of color #AB4239: hue angle of 4.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4239 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 57 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.33 |
| HSL | 4.74º | 0.5% | 0.45% | - |
| HSV(B) | 4.74º | 0.67% | 0.67% | - |
| XYZ | 19.48 | 12.85 | 5.32 | - |
| YUV | 96.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 57 | 0 | 0.61 | 0.67 | 0.33 | 4.74 | 0.5 | 0.45 |
| Hex | AB | 42 | 39 | 0 | 3D | 43 | 21 | 5 | 32 | 2D |
| Octal | 253 | 102 | 71 | 0 | 75 | 103 | 41 | 5 | 62 | 55 |
| Binary | 10101011 | 1000010 | 111001 | 0 | 111101 | 1000011 | 100001 | 101 | 110010 | 101101 |
Color Harmonies of #AB4239
Complementary color
Monochromatic Colors of #AB4239
Black with #AB4239
Text Example
Text Example
White with #AB4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4239; }
p { color: rgb(171,66,57); }
H1.HeaderClassName
{
color: #AB4239;
}
.AnyTagClassName
{
color: #AB4239;
}
</style>
background-color css
<style>
a { background-color: #AB4239; }
a { background-color: rgb(171,66,57); }
div.DivClassName
{
background-color: #AB4239;
}
.BgClassName
{
background-color: #AB4239;
}
</style>
border-color css
<style>
span { border-color: #AB4239; }
span { border-color: rgb(171,66,57); }
td.TdClassName
{
border-color: #AB4239;
}
.TagClassName
{
border-color: #AB4239;
}
</style>