Shades of Rustic Red #4B0711
Tints of Rustic Red #4B0711
RGB
CMYK
RGB Variations
Color information
#4B0711 (or 0x4B0711) is known color: Rustic Red. HEX triplet: 4B, 07 and 11. RGB value is (75,7,17). Sum of RGB (Red+Green+Blue) = 75+7+17=99 (13% of max value = 765). Red value is 75 (29.69% from 255 or 75.76% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0711 is #B4F8EE. Grayscale: #1C1C1C. Windows color (decimal): -11860207 or 1115979. OLE color: 1115979.
HSL color Cylindrical-coordinate representation of color #4B0711: hue angle of 351.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0711 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 7 | 17 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.71 |
| HSL | 351.18º | 0.83% | 0.16% | - |
| HSV(B) | 351.18º | 0.91% | 0.29% | - |
| XYZ | 3.08 | 1.69 | 0.69 | - |
| YUV | 28.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 17 | 0 | 0.91 | 0.77 | 0.71 | 351.18 | 0.83 | 0.16 |
| Hex | 4B | 7 | 11 | 0 | 5B | 4D | 47 | 15F | 53 | 10 |
| Octal | 113 | 7 | 21 | 0 | 133 | 115 | 107 | 537 | 123 | 20 |
| Binary | 1001011 | 111 | 10001 | 0 | 1011011 | 1001101 | 1000111 | 101011111 | 1010011 | 10000 |
Color Harmonies of #4B0711
Complementary color
Monochromatic Colors of #4B0711
Black with #4B0711
Text Example
Text Example
White with #4B0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0711; }
p { color: rgb(75,7,17); }
H1.HeaderClassName
{
color: #4B0711;
}
.AnyTagClassName
{
color: #4B0711;
}
</style>
background-color css
<style>
a { background-color: #4B0711; }
a { background-color: rgb(75,7,17); }
div.DivClassName
{
background-color: #4B0711;
}
.BgClassName
{
background-color: #4B0711;
}
</style>
border-color css
<style>
span { border-color: #4B0711; }
span { border-color: rgb(75,7,17); }
td.TdClassName
{
border-color: #4B0711;
}
.TagClassName
{
border-color: #4B0711;
}
</style>