Shades of Medium Carmine #AB3D32
Tints of Medium Carmine #AB3D32
RGB
CMYK
RGB Variations
Color information
#AB3D32 (or 0xAB3D32) is known color: Medium Carmine. HEX triplet: AB, 3D and 32. RGB value is (171,61,50). Sum of RGB (Red+Green+Blue) = 171+61+50=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D32 is #54C2CD. Grayscale: #5C5C5C. Windows color (decimal): -5554894 or 3292587. OLE color: 3292587.
HSL color Cylindrical-coordinate representation of color #AB3D32: hue angle of 5.45º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3D32 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 50 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.33 |
| HSL | 5.45º | 0.55% | 0.43% | - |
| HSV(B) | 5.45º | 0.71% | 0.67% | - |
| XYZ | 19.04 | 12.23 | 4.37 | - |
| YUV | 92.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 50 | 0 | 0.64 | 0.71 | 0.33 | 5.45 | 0.55 | 0.43 |
| Hex | AB | 3D | 32 | 0 | 40 | 47 | 21 | 5 | 37 | 2B |
| Octal | 253 | 75 | 62 | 0 | 100 | 107 | 41 | 5 | 67 | 53 |
| Binary | 10101011 | 111101 | 110010 | 0 | 1000000 | 1000111 | 100001 | 101 | 110111 | 101011 |
Color Harmonies of #AB3D32
Complementary color
Monochromatic Colors of #AB3D32
Black with #AB3D32
Text Example
Text Example
White with #AB3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D32; }
p { color: rgb(171,61,50); }
H1.HeaderClassName
{
color: #AB3D32;
}
.AnyTagClassName
{
color: #AB3D32;
}
</style>
background-color css
<style>
a { background-color: #AB3D32; }
a { background-color: rgb(171,61,50); }
div.DivClassName
{
background-color: #AB3D32;
}
.BgClassName
{
background-color: #AB3D32;
}
</style>
border-color css
<style>
span { border-color: #AB3D32; }
span { border-color: rgb(171,61,50); }
td.TdClassName
{
border-color: #AB3D32;
}
.TagClassName
{
border-color: #AB3D32;
}
</style>