Shades of Rustic Red #4C090F
Tints of Rustic Red #4C090F
RGB
CMYK
RGB Variations
Color information
#4C090F (or 0x4C090F) is known color: Rustic Red. HEX triplet: 4C, 09 and 0F. RGB value is (76,9,15). Sum of RGB (Red+Green+Blue) = 76+9+15=100 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 76 - color contains mainly: red. Hex color #4C090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C090F is #B3F6F0. Grayscale: #1D1D1D. Windows color (decimal): -11794161 or 985420. OLE color: 985420.
HSL color Cylindrical-coordinate representation of color #4C090F: hue angle of 354.63º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C090F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 9 | 15 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.70 |
| HSL | 354.63º | 0.79% | 0.17% | - |
| HSV(B) | 354.63º | 0.88% | 0.3% | - |
| XYZ | 3.16 | 1.77 | 0.63 | - |
| YUV | 29.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 15 | 0 | 0.88 | 0.80 | 0.70 | 354.63 | 0.79 | 0.17 |
| Hex | 4C | 9 | F | 0 | 58 | 50 | 46 | 163 | 4F | 11 |
| Octal | 114 | 11 | 17 | 0 | 130 | 120 | 106 | 543 | 117 | 21 |
| Binary | 1001100 | 1001 | 1111 | 0 | 1011000 | 1010000 | 1000110 | 101100011 | 1001111 | 10001 |
Color Harmonies of #4C090F
Complementary color
Monochromatic Colors of #4C090F
Black with #4C090F
Text Example
Text Example
White with #4C090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C090F; }
p { color: rgb(76,9,15); }
H1.HeaderClassName
{
color: #4C090F;
}
.AnyTagClassName
{
color: #4C090F;
}
</style>
background-color css
<style>
a { background-color: #4C090F; }
a { background-color: rgb(76,9,15); }
div.DivClassName
{
background-color: #4C090F;
}
.BgClassName
{
background-color: #4C090F;
}
</style>
border-color css
<style>
span { border-color: #4C090F; }
span { border-color: rgb(76,9,15); }
td.TdClassName
{
border-color: #4C090F;
}
.TagClassName
{
border-color: #4C090F;
}
</style>