Shades of Rustic Red #4A0408
Tints of Rustic Red #4A0408
RGB
CMYK
RGB Variations
Color information
#4A0408 (or 0x4A0408) is known color: Rustic Red. HEX triplet: 4A, 04 and 08. RGB value is (74,4,8). Sum of RGB (Red+Green+Blue) = 74+4+8=86 (11% of max value = 765). Red value is 74 (29.30% from 255 or 86.05% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0408 is #B5FBF7. Grayscale: #191919. Windows color (decimal): -11926520 or 525386. OLE color: 525386.
HSL color Cylindrical-coordinate representation of color #4A0408: hue angle of 356.57º 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 #4A0408 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 8 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.71 |
| HSL | 356.57º | 0.9% | 0.15% | - |
| HSV(B) | 356.57º | 0.95% | 0.29% | - |
| XYZ | 2.91 | 1.56 | 0.38 | - |
| YUV | 25.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 8 | 0 | 0.95 | 0.89 | 0.71 | 356.57 | 0.9 | 0.15 |
| Hex | 4A | 4 | 8 | 0 | 5F | 59 | 47 | 165 | 5A | F |
| Octal | 112 | 4 | 10 | 0 | 137 | 131 | 107 | 545 | 132 | 17 |
| Binary | 1001010 | 100 | 1000 | 0 | 1011111 | 1011001 | 1000111 | 101100101 | 1011010 | 1111 |
Color Harmonies of #4A0408
Complementary color
Monochromatic Colors of #4A0408
Black with #4A0408
Text Example
Text Example
White with #4A0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0408; }
p { color: rgb(74,4,8); }
H1.HeaderClassName
{
color: #4A0408;
}
.AnyTagClassName
{
color: #4A0408;
}
</style>
background-color css
<style>
a { background-color: #4A0408; }
a { background-color: rgb(74,4,8); }
div.DivClassName
{
background-color: #4A0408;
}
.BgClassName
{
background-color: #4A0408;
}
</style>
border-color css
<style>
span { border-color: #4A0408; }
span { border-color: rgb(74,4,8); }
td.TdClassName
{
border-color: #4A0408;
}
.TagClassName
{
border-color: #4A0408;
}
</style>