Shades of Rustic Red #4B1113
Tints of Rustic Red #4B1113
RGB
CMYK
RGB Variations
Color information
#4B1113 (or 0x4B1113) is known color: Rustic Red. HEX triplet: 4B, 11 and 13. RGB value is (75,17,19). Sum of RGB (Red+Green+Blue) = 75+17+19=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1113 is #B4EEEC. Grayscale: #222222. Windows color (decimal): -11857645 or 1249611. OLE color: 1249611.
HSL color Cylindrical-coordinate representation of color #4B1113: hue angle of 357.93º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1113 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 19 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.71 |
| HSL | 357.93º | 0.63% | 0.18% | - |
| HSV(B) | 357.93º | 0.77% | 0.29% | - |
| XYZ | 3.22 | 1.94 | 0.82 | - |
| YUV | 34.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 19 | 0 | 0.77 | 0.75 | 0.71 | 357.93 | 0.63 | 0.18 |
| Hex | 4B | 11 | 13 | 0 | 4D | 4B | 47 | 166 | 3F | 12 |
| Octal | 113 | 21 | 23 | 0 | 115 | 113 | 107 | 546 | 77 | 22 |
| Binary | 1001011 | 10001 | 10011 | 0 | 1001101 | 1001011 | 1000111 | 101100110 | 111111 | 10010 |
Color Harmonies of #4B1113
Complementary color
Monochromatic Colors of #4B1113
Black with #4B1113
Text Example
Text Example
White with #4B1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1113; }
p { color: rgb(75,17,19); }
H1.HeaderClassName
{
color: #4B1113;
}
.AnyTagClassName
{
color: #4B1113;
}
</style>
background-color css
<style>
a { background-color: #4B1113; }
a { background-color: rgb(75,17,19); }
div.DivClassName
{
background-color: #4B1113;
}
.BgClassName
{
background-color: #4B1113;
}
</style>
border-color css
<style>
span { border-color: #4B1113; }
span { border-color: rgb(75,17,19); }
td.TdClassName
{
border-color: #4B1113;
}
.TagClassName
{
border-color: #4B1113;
}
</style>