Shades of Rustic Red #4B0410
Tints of Rustic Red #4B0410
RGB
CMYK
RGB Variations
Color information
#4B0410 (or 0x4B0410) is known color: Rustic Red. HEX triplet: 4B, 04 and 10. RGB value is (75,4,16). Sum of RGB (Red+Green+Blue) = 75+4+16=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0410 is #B4FBEF. Grayscale: #1A1A1A. Windows color (decimal): -11860976 or 1049675. OLE color: 1049675.
HSL color Cylindrical-coordinate representation of color #4B0410: hue angle of 349.86º 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 #4B0410 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 16 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.71 |
| HSL | 349.86º | 0.9% | 0.15% | - |
| HSV(B) | 349.86º | 0.95% | 0.29% | - |
| XYZ | 3.04 | 1.62 | 0.64 | - |
| YUV | 26.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 16 | 0 | 0.95 | 0.79 | 0.71 | 349.86 | 0.9 | 0.15 |
| Hex | 4B | 4 | 10 | 0 | 5F | 4F | 47 | 15E | 5A | F |
| Octal | 113 | 4 | 20 | 0 | 137 | 117 | 107 | 536 | 132 | 17 |
| Binary | 1001011 | 100 | 10000 | 0 | 1011111 | 1001111 | 1000111 | 101011110 | 1011010 | 1111 |
Color Harmonies of #4B0410
Complementary color
Monochromatic Colors of #4B0410
Black with #4B0410
Text Example
Text Example
White with #4B0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0410; }
p { color: rgb(75,4,16); }
H1.HeaderClassName
{
color: #4B0410;
}
.AnyTagClassName
{
color: #4B0410;
}
</style>
background-color css
<style>
a { background-color: #4B0410; }
a { background-color: rgb(75,4,16); }
div.DivClassName
{
background-color: #4B0410;
}
.BgClassName
{
background-color: #4B0410;
}
</style>
border-color css
<style>
span { border-color: #4B0410; }
span { border-color: rgb(75,4,16); }
td.TdClassName
{
border-color: #4B0410;
}
.TagClassName
{
border-color: #4B0410;
}
</style>