Shades of Medium Carmine #AB3A2B
Tints of Medium Carmine #AB3A2B
RGB
CMYK
RGB Variations
Color information
#AB3A2B (or 0xAB3A2B) is known color: Medium Carmine. HEX triplet: AB, 3A and 2B. RGB value is (171,58,43). Sum of RGB (Red+Green+Blue) = 171+58+43=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A2B is #54C5D4. Grayscale: #5A5A5A. Windows color (decimal): -5555669 or 2833067. OLE color: 2833067.
HSL color Cylindrical-coordinate representation of color #AB3A2B: hue angle of 7.03º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3A2B is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 43 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.33 |
| HSL | 7.03º | 0.6% | 0.42% | - |
| HSV(B) | 7.03º | 0.75% | 0.67% | - |
| XYZ | 18.74 | 11.86 | 3.59 | - |
| YUV | 90.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 43 | 0 | 0.66 | 0.75 | 0.33 | 7.03 | 0.6 | 0.42 |
| Hex | AB | 3A | 2B | 0 | 42 | 4B | 21 | 7 | 3C | 2A |
| Octal | 253 | 72 | 53 | 0 | 102 | 113 | 41 | 7 | 74 | 52 |
| Binary | 10101011 | 111010 | 101011 | 0 | 1000010 | 1001011 | 100001 | 111 | 111100 | 101010 |
Color Harmonies of #AB3A2B
Complementary color
Monochromatic Colors of #AB3A2B
Black with #AB3A2B
Text Example
Text Example
White with #AB3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A2B; }
p { color: rgb(171,58,43); }
H1.HeaderClassName
{
color: #AB3A2B;
}
.AnyTagClassName
{
color: #AB3A2B;
}
</style>
background-color css
<style>
a { background-color: #AB3A2B; }
a { background-color: rgb(171,58,43); }
div.DivClassName
{
background-color: #AB3A2B;
}
.BgClassName
{
background-color: #AB3A2B;
}
</style>
border-color css
<style>
span { border-color: #AB3A2B; }
span { border-color: rgb(171,58,43); }
td.TdClassName
{
border-color: #AB3A2B;
}
.TagClassName
{
border-color: #AB3A2B;
}
</style>