Shades of Medium Carmine #AB3E33
Tints of Medium Carmine #AB3E33
RGB
CMYK
RGB Variations
Color information
#AB3E33 (or 0xAB3E33) is known color: Medium Carmine. HEX triplet: AB, 3E and 33. RGB value is (171,62,51). Sum of RGB (Red+Green+Blue) = 171+62+51=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E33 is #54C1CC. Grayscale: #5D5D5D. Windows color (decimal): -5554637 or 3358379. OLE color: 3358379.
HSL color Cylindrical-coordinate representation of color #AB3E33: hue angle of 5.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 #AB3E33 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 51 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.33 |
| HSL | 5.5º | 0.54% | 0.44% | - |
| HSV(B) | 5.5º | 0.7% | 0.67% | - |
| XYZ | 19.11 | 12.34 | 4.51 | - |
| YUV | 93.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 51 | 0 | 0.64 | 0.70 | 0.33 | 5.5 | 0.54 | 0.44 |
| Hex | AB | 3E | 33 | 0 | 40 | 46 | 21 | 6 | 36 | 2C |
| Octal | 253 | 76 | 63 | 0 | 100 | 106 | 41 | 6 | 66 | 54 |
| Binary | 10101011 | 111110 | 110011 | 0 | 1000000 | 1000110 | 100001 | 110 | 110110 | 101100 |
Color Harmonies of #AB3E33
Complementary color
Monochromatic Colors of #AB3E33
Black with #AB3E33
Text Example
Text Example
White with #AB3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E33; }
p { color: rgb(171,62,51); }
H1.HeaderClassName
{
color: #AB3E33;
}
.AnyTagClassName
{
color: #AB3E33;
}
</style>
background-color css
<style>
a { background-color: #AB3E33; }
a { background-color: rgb(171,62,51); }
div.DivClassName
{
background-color: #AB3E33;
}
.BgClassName
{
background-color: #AB3E33;
}
</style>
border-color css
<style>
span { border-color: #AB3E33; }
span { border-color: rgb(171,62,51); }
td.TdClassName
{
border-color: #AB3E33;
}
.TagClassName
{
border-color: #AB3E33;
}
</style>