Shades of Medium Carmine #AB453B
Tints of Medium Carmine #AB453B
RGB
CMYK
RGB Variations
Color information
#AB453B (or 0xAB453B) is known color: Medium Carmine. HEX triplet: AB, 45 and 3B. RGB value is (171,69,59). Sum of RGB (Red+Green+Blue) = 171+69+59=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB453B is #54BAC4. Grayscale: #626262. Windows color (decimal): -5552837 or 3884459. OLE color: 3884459.
HSL color Cylindrical-coordinate representation of color #AB453B: hue angle of 5.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB453B is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 59 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.33 |
| HSL | 5.36º | 0.49% | 0.45% | - |
| HSV(B) | 5.36º | 0.65% | 0.67% | - |
| XYZ | 19.71 | 13.23 | 5.65 | - |
| YUV | 98.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 59 | 0 | 0.60 | 0.65 | 0.33 | 5.36 | 0.49 | 0.45 |
| Hex | AB | 45 | 3B | 0 | 3C | 41 | 21 | 5 | 31 | 2D |
| Octal | 253 | 105 | 73 | 0 | 74 | 101 | 41 | 5 | 61 | 55 |
| Binary | 10101011 | 1000101 | 111011 | 0 | 111100 | 1000001 | 100001 | 101 | 110001 | 101101 |
Color Harmonies of #AB453B
Complementary color
Monochromatic Colors of #AB453B
Black with #AB453B
Text Example
Text Example
White with #AB453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB453B; }
p { color: rgb(171,69,59); }
H1.HeaderClassName
{
color: #AB453B;
}
.AnyTagClassName
{
color: #AB453B;
}
</style>
background-color css
<style>
a { background-color: #AB453B; }
a { background-color: rgb(171,69,59); }
div.DivClassName
{
background-color: #AB453B;
}
.BgClassName
{
background-color: #AB453B;
}
</style>
border-color css
<style>
span { border-color: #AB453B; }
span { border-color: rgb(171,69,59); }
td.TdClassName
{
border-color: #AB453B;
}
.TagClassName
{
border-color: #AB453B;
}
</style>