Shades of Medium Carmine #AB3C2B
Tints of Medium Carmine #AB3C2B
RGB
CMYK
RGB Variations
Color information
#AB3C2B (or 0xAB3C2B) is known color: Medium Carmine. HEX triplet: AB, 3C and 2B. RGB value is (171,60,43). Sum of RGB (Red+Green+Blue) = 171+60+43=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C2B is #54C3D4. Grayscale: #5B5B5B. Windows color (decimal): -5555157 or 2833579. OLE color: 2833579.
HSL color Cylindrical-coordinate representation of color #AB3C2B: hue angle of 7.97º 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 #AB3C2B is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 43 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.33 |
| HSL | 7.97º | 0.6% | 0.42% | - |
| HSV(B) | 7.97º | 0.75% | 0.67% | - |
| XYZ | 18.85 | 12.06 | 3.62 | - |
| YUV | 91.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 43 | 0 | 0.65 | 0.75 | 0.33 | 7.97 | 0.6 | 0.42 |
| Hex | AB | 3C | 2B | 0 | 41 | 4B | 21 | 8 | 3C | 2A |
| Octal | 253 | 74 | 53 | 0 | 101 | 113 | 41 | 10 | 74 | 52 |
| Binary | 10101011 | 111100 | 101011 | 0 | 1000001 | 1001011 | 100001 | 1000 | 111100 | 101010 |
Color Harmonies of #AB3C2B
Complementary color
Monochromatic Colors of #AB3C2B
Black with #AB3C2B
Text Example
Text Example
White with #AB3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C2B; }
p { color: rgb(171,60,43); }
H1.HeaderClassName
{
color: #AB3C2B;
}
.AnyTagClassName
{
color: #AB3C2B;
}
</style>
background-color css
<style>
a { background-color: #AB3C2B; }
a { background-color: rgb(171,60,43); }
div.DivClassName
{
background-color: #AB3C2B;
}
.BgClassName
{
background-color: #AB3C2B;
}
</style>
border-color css
<style>
span { border-color: #AB3C2B; }
span { border-color: rgb(171,60,43); }
td.TdClassName
{
border-color: #AB3C2B;
}
.TagClassName
{
border-color: #AB3C2B;
}
</style>