Shades of Medium Carmine #AB3F2D
Tints of Medium Carmine #AB3F2D
RGB
CMYK
RGB Variations
Color information
#AB3F2D (or 0xAB3F2D) is known color: Medium Carmine. HEX triplet: AB, 3F and 2D. RGB value is (171,63,45). Sum of RGB (Red+Green+Blue) = 171+63+45=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F2D is #54C0D2. Grayscale: #5D5D5D. Windows color (decimal): -5554387 or 2965419. OLE color: 2965419.
HSL color Cylindrical-coordinate representation of color #AB3F2D: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3F2D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 45 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.33 |
| HSL | 8.57º | 0.58% | 0.42% | - |
| HSV(B) | 8.57º | 0.74% | 0.67% | - |
| XYZ | 19.05 | 12.4 | 3.87 | - |
| YUV | 93.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 45 | 0 | 0.63 | 0.74 | 0.33 | 8.57 | 0.58 | 0.42 |
| Hex | AB | 3F | 2D | 0 | 3F | 4A | 21 | 9 | 3A | 2A |
| Octal | 253 | 77 | 55 | 0 | 77 | 112 | 41 | 11 | 72 | 52 |
| Binary | 10101011 | 111111 | 101101 | 0 | 111111 | 1001010 | 100001 | 1001 | 111010 | 101010 |
Color Harmonies of #AB3F2D
Complementary color
Monochromatic Colors of #AB3F2D
Black with #AB3F2D
Text Example
Text Example
White with #AB3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F2D; }
p { color: rgb(171,63,45); }
H1.HeaderClassName
{
color: #AB3F2D;
}
.AnyTagClassName
{
color: #AB3F2D;
}
</style>
background-color css
<style>
a { background-color: #AB3F2D; }
a { background-color: rgb(171,63,45); }
div.DivClassName
{
background-color: #AB3F2D;
}
.BgClassName
{
background-color: #AB3F2D;
}
</style>
border-color css
<style>
span { border-color: #AB3F2D; }
span { border-color: rgb(171,63,45); }
td.TdClassName
{
border-color: #AB3F2D;
}
.TagClassName
{
border-color: #AB3F2D;
}
</style>