Shades of Rustic Red #4C010D
Tints of Rustic Red #4C010D
RGB
CMYK
RGB Variations
Color information
#4C010D (or 0x4C010D) is known color: Rustic Red. HEX triplet: 4C, 01 and 0D. RGB value is (76,1,13). Sum of RGB (Red+Green+Blue) = 76+1+13=90 (11% of max value = 765). Red value is 76 (30.08% from 255 or 84.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 76 - color contains mainly: red. Hex color #4C010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C010D is #B3FEF2. Grayscale: #181818. Windows color (decimal): -11796211 or 852300. OLE color: 852300.
HSL color Cylindrical-coordinate representation of color #4C010D: hue angle of 350.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C010D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.70 |
| HSL | 350.4º | 0.97% | 0.15% | - |
| HSV(B) | 350.4º | 0.99% | 0.3% | - |
| XYZ | 3.06 | 1.59 | 0.53 | - |
| YUV | 24.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 13 | 0 | 0.99 | 0.83 | 0.70 | 350.4 | 0.97 | 0.15 |
| Hex | 4C | 1 | D | 0 | 63 | 53 | 46 | 15E | 61 | F |
| Octal | 114 | 1 | 15 | 0 | 143 | 123 | 106 | 536 | 141 | 17 |
| Binary | 1001100 | 1 | 1101 | 0 | 1100011 | 1010011 | 1000110 | 101011110 | 1100001 | 1111 |
Color Harmonies of #4C010D
Complementary color
Monochromatic Colors of #4C010D
Black with #4C010D
Text Example
Text Example
White with #4C010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C010D; }
p { color: rgb(76,1,13); }
H1.HeaderClassName
{
color: #4C010D;
}
.AnyTagClassName
{
color: #4C010D;
}
</style>
background-color css
<style>
a { background-color: #4C010D; }
a { background-color: rgb(76,1,13); }
div.DivClassName
{
background-color: #4C010D;
}
.BgClassName
{
background-color: #4C010D;
}
</style>
border-color css
<style>
span { border-color: #4C010D; }
span { border-color: rgb(76,1,13); }
td.TdClassName
{
border-color: #4C010D;
}
.TagClassName
{
border-color: #4C010D;
}
</style>