Shades of Medium Carmine #AB3B2E
Tints of Medium Carmine #AB3B2E
RGB
CMYK
RGB Variations
Color information
#AB3B2E (or 0xAB3B2E) is known color: Medium Carmine. HEX triplet: AB, 3B and 2E. RGB value is (171,59,46). Sum of RGB (Red+Green+Blue) = 171+59+46=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B2E is #54C4D1. Grayscale: #5B5B5B. Windows color (decimal): -5555410 or 3029931. OLE color: 3029931.
HSL color Cylindrical-coordinate representation of color #AB3B2E: hue angle of 6.24º 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 #AB3B2E is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 46 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.33 |
| HSL | 6.24º | 0.58% | 0.43% | - |
| HSV(B) | 6.24º | 0.73% | 0.67% | - |
| XYZ | 18.85 | 11.98 | 3.9 | - |
| YUV | 91.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 46 | 0 | 0.65 | 0.73 | 0.33 | 6.24 | 0.58 | 0.43 |
| Hex | AB | 3B | 2E | 0 | 41 | 49 | 21 | 6 | 3A | 2B |
| Octal | 253 | 73 | 56 | 0 | 101 | 111 | 41 | 6 | 72 | 53 |
| Binary | 10101011 | 111011 | 101110 | 0 | 1000001 | 1001001 | 100001 | 110 | 111010 | 101011 |
Color Harmonies of #AB3B2E
Complementary color
Monochromatic Colors of #AB3B2E
Black with #AB3B2E
Text Example
Text Example
White with #AB3B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B2E; }
p { color: rgb(171,59,46); }
H1.HeaderClassName
{
color: #AB3B2E;
}
.AnyTagClassName
{
color: #AB3B2E;
}
</style>
background-color css
<style>
a { background-color: #AB3B2E; }
a { background-color: rgb(171,59,46); }
div.DivClassName
{
background-color: #AB3B2E;
}
.BgClassName
{
background-color: #AB3B2E;
}
</style>
border-color css
<style>
span { border-color: #AB3B2E; }
span { border-color: rgb(171,59,46); }
td.TdClassName
{
border-color: #AB3B2E;
}
.TagClassName
{
border-color: #AB3B2E;
}
</style>