Shades of Medium Carmine #AB3F2B
Tints of Medium Carmine #AB3F2B
RGB
CMYK
RGB Variations
Color information
#AB3F2B (or 0xAB3F2B) is known color: Medium Carmine. HEX triplet: AB, 3F and 2B. RGB value is (171,63,43). Sum of RGB (Red+Green+Blue) = 171+63+43=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F2B is #54C0D4. Grayscale: #5D5D5D. Windows color (decimal): -5554389 or 2834347. OLE color: 2834347.
HSL color Cylindrical-coordinate representation of color #AB3F2B: hue angle of 9.38º 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 #AB3F2B is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 43 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.33 |
| HSL | 9.38º | 0.6% | 0.42% | - |
| HSV(B) | 9.38º | 0.75% | 0.67% | - |
| XYZ | 19.01 | 12.39 | 3.67 | - |
| YUV | 93.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 43 | 0 | 0.63 | 0.75 | 0.33 | 9.38 | 0.6 | 0.42 |
| Hex | AB | 3F | 2B | 0 | 3F | 4B | 21 | 9 | 3C | 2A |
| Octal | 253 | 77 | 53 | 0 | 77 | 113 | 41 | 11 | 74 | 52 |
| Binary | 10101011 | 111111 | 101011 | 0 | 111111 | 1001011 | 100001 | 1001 | 111100 | 101010 |
Color Harmonies of #AB3F2B
Complementary color
Monochromatic Colors of #AB3F2B
Black with #AB3F2B
Text Example
Text Example
White with #AB3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F2B; }
p { color: rgb(171,63,43); }
H1.HeaderClassName
{
color: #AB3F2B;
}
.AnyTagClassName
{
color: #AB3F2B;
}
</style>
background-color css
<style>
a { background-color: #AB3F2B; }
a { background-color: rgb(171,63,43); }
div.DivClassName
{
background-color: #AB3F2B;
}
.BgClassName
{
background-color: #AB3F2B;
}
</style>
border-color css
<style>
span { border-color: #AB3F2B; }
span { border-color: rgb(171,63,43); }
td.TdClassName
{
border-color: #AB3F2B;
}
.TagClassName
{
border-color: #AB3F2B;
}
</style>