Shades of Medium Carmine #AB453E
Tints of Medium Carmine #AB453E
RGB
CMYK
RGB Variations
Color information
#AB453E (or 0xAB453E) is known color: Medium Carmine. HEX triplet: AB, 45 and 3E. RGB value is (171,69,62). Sum of RGB (Red+Green+Blue) = 171+69+62=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB453E is #54BAC1. Grayscale: #626262. Windows color (decimal): -5552834 or 4081067. OLE color: 4081067.
HSL color Cylindrical-coordinate representation of color #AB453E: hue angle of 3.85º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB453E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 62 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.33 |
| HSL | 3.85º | 0.47% | 0.46% | - |
| HSV(B) | 3.85º | 0.64% | 0.67% | - |
| XYZ | 19.79 | 13.26 | 6.07 | - |
| YUV | 98.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 62 | 0 | 0.60 | 0.64 | 0.33 | 3.85 | 0.47 | 0.46 |
| Hex | AB | 45 | 3E | 0 | 3C | 40 | 21 | 4 | 2F | 2E |
| Octal | 253 | 105 | 76 | 0 | 74 | 100 | 41 | 4 | 57 | 56 |
| Binary | 10101011 | 1000101 | 111110 | 0 | 111100 | 1000000 | 100001 | 100 | 101111 | 101110 |
Color Harmonies of #AB453E
Complementary color
Monochromatic Colors of #AB453E
Black with #AB453E
Text Example
Text Example
White with #AB453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB453E; }
p { color: rgb(171,69,62); }
H1.HeaderClassName
{
color: #AB453E;
}
.AnyTagClassName
{
color: #AB453E;
}
</style>
background-color css
<style>
a { background-color: #AB453E; }
a { background-color: rgb(171,69,62); }
div.DivClassName
{
background-color: #AB453E;
}
.BgClassName
{
background-color: #AB453E;
}
</style>
border-color css
<style>
span { border-color: #AB453E; }
span { border-color: rgb(171,69,62); }
td.TdClassName
{
border-color: #AB453E;
}
.TagClassName
{
border-color: #AB453E;
}
</style>