Shades of Rustic Red #4C0409
Tints of Rustic Red #4C0409
RGB
CMYK
RGB Variations
Color information
#4C0409 (or 0x4C0409) is known color: Rustic Red. HEX triplet: 4C, 04 and 09. RGB value is (76,4,9). Sum of RGB (Red+Green+Blue) = 76+4+9=89 (11% of max value = 765). Red value is 76 (30.08% from 255 or 85.39% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0409 is #B3FBF6. Grayscale: #1A1A1A. Windows color (decimal): -11795447 or 590924. OLE color: 590924.
HSL color Cylindrical-coordinate representation of color #4C0409: hue angle of 355.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0409 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 9 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.70 |
| HSL | 355.83º | 0.9% | 0.16% | - |
| HSV(B) | 355.83º | 0.95% | 0.3% | - |
| XYZ | 3.07 | 1.64 | 0.41 | - |
| YUV | 26.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 9 | 0 | 0.95 | 0.88 | 0.70 | 355.83 | 0.9 | 0.16 |
| Hex | 4C | 4 | 9 | 0 | 5F | 58 | 46 | 164 | 5A | 10 |
| Octal | 114 | 4 | 11 | 0 | 137 | 130 | 106 | 544 | 132 | 20 |
| Binary | 1001100 | 100 | 1001 | 0 | 1011111 | 1011000 | 1000110 | 101100100 | 1011010 | 10000 |
Color Harmonies of #4C0409
Complementary color
Monochromatic Colors of #4C0409
Black with #4C0409
Text Example
Text Example
White with #4C0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0409; }
p { color: rgb(76,4,9); }
H1.HeaderClassName
{
color: #4C0409;
}
.AnyTagClassName
{
color: #4C0409;
}
</style>
background-color css
<style>
a { background-color: #4C0409; }
a { background-color: rgb(76,4,9); }
div.DivClassName
{
background-color: #4C0409;
}
.BgClassName
{
background-color: #4C0409;
}
</style>
border-color css
<style>
span { border-color: #4C0409; }
span { border-color: rgb(76,4,9); }
td.TdClassName
{
border-color: #4C0409;
}
.TagClassName
{
border-color: #4C0409;
}
</style>