Shades of Medium Carmine #AB4133
Tints of Medium Carmine #AB4133
RGB
CMYK
RGB Variations
Color information
#AB4133 (or 0xAB4133) is known color: Medium Carmine. HEX triplet: AB, 41 and 33. RGB value is (171,65,51). Sum of RGB (Red+Green+Blue) = 171+65+51=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4133 is #54BECC. Grayscale: #5F5F5F. Windows color (decimal): -5553869 or 3359147. OLE color: 3359147.
HSL color Cylindrical-coordinate representation of color #AB4133: hue angle of 7º 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 #AB4133 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 51 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.33 |
| HSL | 7º | 0.54% | 0.44% | - |
| HSV(B) | 7º | 0.7% | 0.67% | - |
| XYZ | 19.28 | 12.68 | 4.56 | - |
| YUV | 95.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 51 | 0 | 0.62 | 0.70 | 0.33 | 7 | 0.54 | 0.44 |
| Hex | AB | 41 | 33 | 0 | 3E | 46 | 21 | 7 | 36 | 2C |
| Octal | 253 | 101 | 63 | 0 | 76 | 106 | 41 | 7 | 66 | 54 |
| Binary | 10101011 | 1000001 | 110011 | 0 | 111110 | 1000110 | 100001 | 111 | 110110 | 101100 |
Color Harmonies of #AB4133
Complementary color
Monochromatic Colors of #AB4133
Black with #AB4133
Text Example
Text Example
White with #AB4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4133; }
p { color: rgb(171,65,51); }
H1.HeaderClassName
{
color: #AB4133;
}
.AnyTagClassName
{
color: #AB4133;
}
</style>
background-color css
<style>
a { background-color: #AB4133; }
a { background-color: rgb(171,65,51); }
div.DivClassName
{
background-color: #AB4133;
}
.BgClassName
{
background-color: #AB4133;
}
</style>
border-color css
<style>
span { border-color: #AB4133; }
span { border-color: rgb(171,65,51); }
td.TdClassName
{
border-color: #AB4133;
}
.TagClassName
{
border-color: #AB4133;
}
</style>