Shades of Rustic Red #4B0E12
Tints of Rustic Red #4B0E12
RGB
CMYK
RGB Variations
Color information
#4B0E12 (or 0x4B0E12) is known color: Rustic Red. HEX triplet: 4B, 0E and 12. RGB value is (75,14,18). Sum of RGB (Red+Green+Blue) = 75+14+18=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0E12 is #B4F1ED. Grayscale: #202020. Windows color (decimal): -11858414 or 1183307. OLE color: 1183307.
HSL color Cylindrical-coordinate representation of color #4B0E12: hue angle of 356.07º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B0E12 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 14 | 18 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.71 |
| HSL | 356.07º | 0.69% | 0.17% | - |
| HSV(B) | 356.07º | 0.81% | 0.29% | - |
| XYZ | 3.17 | 1.85 | 0.76 | - |
| YUV | 32.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 14 | 18 | 0 | 0.81 | 0.76 | 0.71 | 356.07 | 0.69 | 0.17 |
| Hex | 4B | E | 12 | 0 | 51 | 4C | 47 | 164 | 45 | 11 |
| Octal | 113 | 16 | 22 | 0 | 121 | 114 | 107 | 544 | 105 | 21 |
| Binary | 1001011 | 1110 | 10010 | 0 | 1010001 | 1001100 | 1000111 | 101100100 | 1000101 | 10001 |
Color Harmonies of #4B0E12
Complementary color
Monochromatic Colors of #4B0E12
Black with #4B0E12
Text Example
Text Example
White with #4B0E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0E12; }
p { color: rgb(75,14,18); }
H1.HeaderClassName
{
color: #4B0E12;
}
.AnyTagClassName
{
color: #4B0E12;
}
</style>
background-color css
<style>
a { background-color: #4B0E12; }
a { background-color: rgb(75,14,18); }
div.DivClassName
{
background-color: #4B0E12;
}
.BgClassName
{
background-color: #4B0E12;
}
</style>
border-color css
<style>
span { border-color: #4B0E12; }
span { border-color: rgb(75,14,18); }
td.TdClassName
{
border-color: #4B0E12;
}
.TagClassName
{
border-color: #4B0E12;
}
</style>