Shades of Rustic Red #4C1215
Tints of Rustic Red #4C1215
RGB
CMYK
RGB Variations
Color information
#4C1215 (or 0x4C1215) is known color: Rustic Red. HEX triplet: 4C, 12 and 15. RGB value is (76,18,21). Sum of RGB (Red+Green+Blue) = 76+18+21=115 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.09% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1215 is #B3EDEA. Grayscale: #232323. Windows color (decimal): -11791851 or 1380940. OLE color: 1380940.
HSL color Cylindrical-coordinate representation of color #4C1215: hue angle of 356.9º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1215 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 21 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.70 |
| HSL | 356.9º | 0.62% | 0.18% | - |
| HSV(B) | 356.9º | 0.76% | 0.3% | - |
| XYZ | 3.33 | 2.02 | 0.92 | - |
| YUV | 35.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 21 | 0 | 0.76 | 0.72 | 0.70 | 356.9 | 0.62 | 0.18 |
| Hex | 4C | 12 | 15 | 0 | 4C | 48 | 46 | 165 | 3E | 12 |
| Octal | 114 | 22 | 25 | 0 | 114 | 110 | 106 | 545 | 76 | 22 |
| Binary | 1001100 | 10010 | 10101 | 0 | 1001100 | 1001000 | 1000110 | 101100101 | 111110 | 10010 |
Color Harmonies of #4C1215
Complementary color
Monochromatic Colors of #4C1215
Black with #4C1215
Text Example
Text Example
White with #4C1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1215; }
p { color: rgb(76,18,21); }
H1.HeaderClassName
{
color: #4C1215;
}
.AnyTagClassName
{
color: #4C1215;
}
</style>
background-color css
<style>
a { background-color: #4C1215; }
a { background-color: rgb(76,18,21); }
div.DivClassName
{
background-color: #4C1215;
}
.BgClassName
{
background-color: #4C1215;
}
</style>
border-color css
<style>
span { border-color: #4C1215; }
span { border-color: rgb(76,18,21); }
td.TdClassName
{
border-color: #4C1215;
}
.TagClassName
{
border-color: #4C1215;
}
</style>