Shades of Rustic Red #4C0709
Tints of Rustic Red #4C0709
RGB
CMYK
RGB Variations
Color information
#4C0709 (or 0x4C0709) is known color: Rustic Red. HEX triplet: 4C, 07 and 09. RGB value is (76,7,9). Sum of RGB (Red+Green+Blue) = 76+7+9=92 (12% of max value = 765). Red value is 76 (30.08% from 255 or 82.61% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0709 is #B3F8F6. Grayscale: #1B1B1B. Windows color (decimal): -11794679 or 591692. OLE color: 591692.
HSL color Cylindrical-coordinate representation of color #4C0709: hue angle of 358.26º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0709 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 7 | 9 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.70 |
| HSL | 358.26º | 0.83% | 0.16% | - |
| HSV(B) | 358.26º | 0.91% | 0.3% | - |
| XYZ | 3.11 | 1.71 | 0.42 | - |
| YUV | 27.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 9 | 0 | 0.91 | 0.88 | 0.70 | 358.26 | 0.83 | 0.16 |
| Hex | 4C | 7 | 9 | 0 | 5B | 58 | 46 | 166 | 53 | 10 |
| Octal | 114 | 7 | 11 | 0 | 133 | 130 | 106 | 546 | 123 | 20 |
| Binary | 1001100 | 111 | 1001 | 0 | 1011011 | 1011000 | 1000110 | 101100110 | 1010011 | 10000 |
Color Harmonies of #4C0709
Complementary color
Monochromatic Colors of #4C0709
Black with #4C0709
Text Example
Text Example
White with #4C0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0709; }
p { color: rgb(76,7,9); }
H1.HeaderClassName
{
color: #4C0709;
}
.AnyTagClassName
{
color: #4C0709;
}
</style>
background-color css
<style>
a { background-color: #4C0709; }
a { background-color: rgb(76,7,9); }
div.DivClassName
{
background-color: #4C0709;
}
.BgClassName
{
background-color: #4C0709;
}
</style>
border-color css
<style>
span { border-color: #4C0709; }
span { border-color: rgb(76,7,9); }
td.TdClassName
{
border-color: #4C0709;
}
.TagClassName
{
border-color: #4C0709;
}
</style>