Shades of Rustic Red #4A040B
Tints of Rustic Red #4A040B
RGB
CMYK
RGB Variations
Color information
#4A040B (or 0x4A040B) is known color: Rustic Red. HEX triplet: 4A, 04 and 0B. RGB value is (74,4,11). Sum of RGB (Red+Green+Blue) = 74+4+11=89 (11% of max value = 765). Red value is 74 (29.30% from 255 or 83.15% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 74 - color contains mainly: red. Hex color #4A040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A040B is #B5FBF4. Grayscale: #191919. Windows color (decimal): -11926517 or 721994. OLE color: 721994.
HSL color Cylindrical-coordinate representation of color #4A040B: hue angle of 354º 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 #4A040B is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 11 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.71 |
| HSL | 354º | 0.9% | 0.15% | - |
| HSV(B) | 354º | 0.95% | 0.29% | - |
| XYZ | 2.93 | 1.57 | 0.46 | - |
| YUV | 25.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 11 | 0 | 0.95 | 0.85 | 0.71 | 354 | 0.9 | 0.15 |
| Hex | 4A | 4 | B | 0 | 5F | 55 | 47 | 162 | 5A | F |
| Octal | 112 | 4 | 13 | 0 | 137 | 125 | 107 | 542 | 132 | 17 |
| Binary | 1001010 | 100 | 1011 | 0 | 1011111 | 1010101 | 1000111 | 101100010 | 1011010 | 1111 |
Color Harmonies of #4A040B
Complementary color
Monochromatic Colors of #4A040B
Black with #4A040B
Text Example
Text Example
White with #4A040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A040B; }
p { color: rgb(74,4,11); }
H1.HeaderClassName
{
color: #4A040B;
}
.AnyTagClassName
{
color: #4A040B;
}
</style>
background-color css
<style>
a { background-color: #4A040B; }
a { background-color: rgb(74,4,11); }
div.DivClassName
{
background-color: #4A040B;
}
.BgClassName
{
background-color: #4A040B;
}
</style>
border-color css
<style>
span { border-color: #4A040B; }
span { border-color: rgb(74,4,11); }
td.TdClassName
{
border-color: #4A040B;
}
.TagClassName
{
border-color: #4A040B;
}
</style>