Shades of Medium Carmine #AB4233
Tints of Medium Carmine #AB4233
RGB
CMYK
RGB Variations
Color information
#AB4233 (or 0xAB4233) is known color: Medium Carmine. HEX triplet: AB, 42 and 33. RGB value is (171,66,51). Sum of RGB (Red+Green+Blue) = 171+66+51=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4233 is #54BDCC. Grayscale: #5F5F5F. Windows color (decimal): -5553613 or 3359403. OLE color: 3359403.
HSL color Cylindrical-coordinate representation of color #AB4233: hue angle of 7.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4233 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 51 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.33 |
| HSL | 7.5º | 0.54% | 0.44% | - |
| HSV(B) | 7.5º | 0.7% | 0.67% | - |
| XYZ | 19.34 | 12.79 | 4.58 | - |
| YUV | 95.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 51 | 0 | 0.61 | 0.70 | 0.33 | 7.5 | 0.54 | 0.44 |
| Hex | AB | 42 | 33 | 0 | 3D | 46 | 21 | 8 | 36 | 2C |
| Octal | 253 | 102 | 63 | 0 | 75 | 106 | 41 | 10 | 66 | 54 |
| Binary | 10101011 | 1000010 | 110011 | 0 | 111101 | 1000110 | 100001 | 1000 | 110110 | 101100 |
Color Harmonies of #AB4233
Complementary color
Monochromatic Colors of #AB4233
Black with #AB4233
Text Example
Text Example
White with #AB4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4233; }
p { color: rgb(171,66,51); }
H1.HeaderClassName
{
color: #AB4233;
}
.AnyTagClassName
{
color: #AB4233;
}
</style>
background-color css
<style>
a { background-color: #AB4233; }
a { background-color: rgb(171,66,51); }
div.DivClassName
{
background-color: #AB4233;
}
.BgClassName
{
background-color: #AB4233;
}
</style>
border-color css
<style>
span { border-color: #AB4233; }
span { border-color: rgb(171,66,51); }
td.TdClassName
{
border-color: #AB4233;
}
.TagClassName
{
border-color: #AB4233;
}
</style>