Shades of Medium Carmine #AB3D2F
Tints of Medium Carmine #AB3D2F
RGB
CMYK
RGB Variations
Color information
#AB3D2F (or 0xAB3D2F) is known color: Medium Carmine. HEX triplet: AB, 3D and 2F. RGB value is (171,61,47). Sum of RGB (Red+Green+Blue) = 171+61+47=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D2F is #54C2D0. Grayscale: #5C5C5C. Windows color (decimal): -5554897 or 3095979. OLE color: 3095979.
HSL color Cylindrical-coordinate representation of color #AB3D2F: hue angle of 6.77º degrees, saturation: 0.57, 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 #AB3D2F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 47 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.33 |
| HSL | 6.77º | 0.57% | 0.43% | - |
| HSV(B) | 6.77º | 0.73% | 0.67% | - |
| XYZ | 18.98 | 12.2 | 4.04 | - |
| YUV | 92.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 47 | 0 | 0.64 | 0.73 | 0.33 | 6.77 | 0.57 | 0.43 |
| Hex | AB | 3D | 2F | 0 | 40 | 49 | 21 | 7 | 39 | 2B |
| Octal | 253 | 75 | 57 | 0 | 100 | 111 | 41 | 7 | 71 | 53 |
| Binary | 10101011 | 111101 | 101111 | 0 | 1000000 | 1001001 | 100001 | 111 | 111001 | 101011 |
Color Harmonies of #AB3D2F
Complementary color
Monochromatic Colors of #AB3D2F
Black with #AB3D2F
Text Example
Text Example
White with #AB3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D2F; }
p { color: rgb(171,61,47); }
H1.HeaderClassName
{
color: #AB3D2F;
}
.AnyTagClassName
{
color: #AB3D2F;
}
</style>
background-color css
<style>
a { background-color: #AB3D2F; }
a { background-color: rgb(171,61,47); }
div.DivClassName
{
background-color: #AB3D2F;
}
.BgClassName
{
background-color: #AB3D2F;
}
</style>
border-color css
<style>
span { border-color: #AB3D2F; }
span { border-color: rgb(171,61,47); }
td.TdClassName
{
border-color: #AB3D2F;
}
.TagClassName
{
border-color: #AB3D2F;
}
</style>