Shades of Rustic Red #4B040D
Tints of Rustic Red #4B040D
RGB
CMYK
RGB Variations
Color information
#4B040D (or 0x4B040D) is known color: Rustic Red. HEX triplet: 4B, 04 and 0D. RGB value is (75,4,13). Sum of RGB (Red+Green+Blue) = 75+4+13=92 (12% of max value = 765). Red value is 75 (29.69% from 255 or 81.52% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 75 - color contains mainly: red. Hex color #4B040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B040D is #B4FBF2. Grayscale: #1A1A1A. Windows color (decimal): -11860979 or 853067. OLE color: 853067.
HSL color Cylindrical-coordinate representation of color #4B040D: hue angle of 352.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B040D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 13 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.71 |
| HSL | 352.39º | 0.9% | 0.15% | - |
| HSV(B) | 352.39º | 0.95% | 0.29% | - |
| XYZ | 3.02 | 1.61 | 0.53 | - |
| YUV | 26.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 13 | 0 | 0.95 | 0.83 | 0.71 | 352.39 | 0.9 | 0.15 |
| Hex | 4B | 4 | D | 0 | 5F | 53 | 47 | 160 | 5A | F |
| Octal | 113 | 4 | 15 | 0 | 137 | 123 | 107 | 540 | 132 | 17 |
| Binary | 1001011 | 100 | 1101 | 0 | 1011111 | 1010011 | 1000111 | 101100000 | 1011010 | 1111 |
Color Harmonies of #4B040D
Complementary color
Monochromatic Colors of #4B040D
Black with #4B040D
Text Example
Text Example
White with #4B040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B040D; }
p { color: rgb(75,4,13); }
H1.HeaderClassName
{
color: #4B040D;
}
.AnyTagClassName
{
color: #4B040D;
}
</style>
background-color css
<style>
a { background-color: #4B040D; }
a { background-color: rgb(75,4,13); }
div.DivClassName
{
background-color: #4B040D;
}
.BgClassName
{
background-color: #4B040D;
}
</style>
border-color css
<style>
span { border-color: #4B040D; }
span { border-color: rgb(75,4,13); }
td.TdClassName
{
border-color: #4B040D;
}
.TagClassName
{
border-color: #4B040D;
}
</style>