Shades of Rustic Red #4C000A
Tints of Rustic Red #4C000A
RGB
CMYK
RGB Variations
Color information
#4C000A (or 0x4C000A) is known color: Rustic Red. HEX triplet: 4C, 00 and 0A. RGB value is (76,0,10). Sum of RGB (Red+Green+Blue) = 76+0+10=86 (11% of max value = 765). Red value is 76 (30.08% from 255 or 88.37% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 76 - color contains mainly: red. Hex color #4C000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C000A is #B3FFF5. Grayscale: #171717. Windows color (decimal): -11796470 or 655436. OLE color: 655436.
HSL color Cylindrical-coordinate representation of color #4C000A: hue angle of 352.11º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C000A is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.87 | 0.70 |
| HSL | 352.11º | 1% | 0.15% | - |
| HSV(B) | 352.11º | 1% | 0.3% | - |
| XYZ | 3.04 | 1.56 | 0.43 | - |
| YUV | 23.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 10 | 0 | 1 | 0.87 | 0.70 | 352.11 | 1 | 0.15 |
| Hex | 4C | 0 | A | 0 | 64 | 57 | 46 | 160 | 64 | F |
| Octal | 114 | 0 | 12 | 0 | 144 | 127 | 106 | 540 | 144 | 17 |
| Binary | 1001100 | 0 | 1010 | 0 | 1100100 | 1010111 | 1000110 | 101100000 | 1100100 | 1111 |
Color Harmonies of #4C000A
Complementary color
Monochromatic Colors of #4C000A
Black with #4C000A
Text Example
Text Example
White with #4C000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C000A; }
p { color: rgb(76,0,10); }
H1.HeaderClassName
{
color: #4C000A;
}
.AnyTagClassName
{
color: #4C000A;
}
</style>
background-color css
<style>
a { background-color: #4C000A; }
a { background-color: rgb(76,0,10); }
div.DivClassName
{
background-color: #4C000A;
}
.BgClassName
{
background-color: #4C000A;
}
</style>
border-color css
<style>
span { border-color: #4C000A; }
span { border-color: rgb(76,0,10); }
td.TdClassName
{
border-color: #4C000A;
}
.TagClassName
{
border-color: #4C000A;
}
</style>