Shades of Medium Carmine #AB3A2E
Tints of Medium Carmine #AB3A2E
RGB
CMYK
RGB Variations
Color information
#AB3A2E (or 0xAB3A2E) is known color: Medium Carmine. HEX triplet: AB, 3A and 2E. RGB value is (171,58,46). Sum of RGB (Red+Green+Blue) = 171+58+46=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A2E is #54C5D1. Grayscale: #5A5A5A. Windows color (decimal): -5555666 or 3029675. OLE color: 3029675.
HSL color Cylindrical-coordinate representation of color #AB3A2E: hue angle of 5.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3A2E is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 46 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.33 |
| HSL | 5.76º | 0.58% | 0.43% | - |
| HSV(B) | 5.76º | 0.73% | 0.67% | - |
| XYZ | 18.8 | 11.88 | 3.89 | - |
| YUV | 90.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 46 | 0 | 0.66 | 0.73 | 0.33 | 5.76 | 0.58 | 0.43 |
| Hex | AB | 3A | 2E | 0 | 42 | 49 | 21 | 6 | 3A | 2B |
| Octal | 253 | 72 | 56 | 0 | 102 | 111 | 41 | 6 | 72 | 53 |
| Binary | 10101011 | 111010 | 101110 | 0 | 1000010 | 1001001 | 100001 | 110 | 111010 | 101011 |
Color Harmonies of #AB3A2E
Complementary color
Monochromatic Colors of #AB3A2E
Black with #AB3A2E
Text Example
Text Example
White with #AB3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A2E; }
p { color: rgb(171,58,46); }
H1.HeaderClassName
{
color: #AB3A2E;
}
.AnyTagClassName
{
color: #AB3A2E;
}
</style>
background-color css
<style>
a { background-color: #AB3A2E; }
a { background-color: rgb(171,58,46); }
div.DivClassName
{
background-color: #AB3A2E;
}
.BgClassName
{
background-color: #AB3A2E;
}
</style>
border-color css
<style>
span { border-color: #AB3A2E; }
span { border-color: rgb(171,58,46); }
td.TdClassName
{
border-color: #AB3A2E;
}
.TagClassName
{
border-color: #AB3A2E;
}
</style>