Shades of Rustic Red #4B0211
Tints of Rustic Red #4B0211
RGB
CMYK
RGB Variations
Color information
#4B0211 (or 0x4B0211) is known color: Rustic Red. HEX triplet: 4B, 02 and 11. RGB value is (75,2,17). Sum of RGB (Red+Green+Blue) = 75+2+17=94 (12% of max value = 765). Red value is 75 (29.69% from 255 or 79.79% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0211 is #B4FDEE. Grayscale: #191919. Windows color (decimal): -11861487 or 1114699. OLE color: 1114699.
HSL color Cylindrical-coordinate representation of color #4B0211: hue angle of 347.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0211 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 17 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.71 |
| HSL | 347.67º | 0.95% | 0.15% | - |
| HSV(B) | 347.67º | 0.97% | 0.29% | - |
| XYZ | 3.02 | 1.58 | 0.68 | - |
| YUV | 25.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 17 | 0 | 0.97 | 0.77 | 0.71 | 347.67 | 0.95 | 0.15 |
| Hex | 4B | 2 | 11 | 0 | 61 | 4D | 47 | 15C | 5F | F |
| Octal | 113 | 2 | 21 | 0 | 141 | 115 | 107 | 534 | 137 | 17 |
| Binary | 1001011 | 10 | 10001 | 0 | 1100001 | 1001101 | 1000111 | 101011100 | 1011111 | 1111 |
Color Harmonies of #4B0211
Complementary color
Monochromatic Colors of #4B0211
Black with #4B0211
Text Example
Text Example
White with #4B0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0211; }
p { color: rgb(75,2,17); }
H1.HeaderClassName
{
color: #4B0211;
}
.AnyTagClassName
{
color: #4B0211;
}
</style>
background-color css
<style>
a { background-color: #4B0211; }
a { background-color: rgb(75,2,17); }
div.DivClassName
{
background-color: #4B0211;
}
.BgClassName
{
background-color: #4B0211;
}
</style>
border-color css
<style>
span { border-color: #4B0211; }
span { border-color: rgb(75,2,17); }
td.TdClassName
{
border-color: #4B0211;
}
.TagClassName
{
border-color: #4B0211;
}
</style>