Shades of Rustic Red #4C1415
Tints of Rustic Red #4C1415
RGB
CMYK
RGB Variations
Color information
#4C1415 (or 0x4C1415) is known color: Rustic Red. HEX triplet: 4C, 14 and 15. RGB value is (76,20,21). Sum of RGB (Red+Green+Blue) = 76+20+21=117 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.96% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1415 is #B3EBEA. Grayscale: #242424. Windows color (decimal): -11791339 or 1381452. OLE color: 1381452.
HSL color Cylindrical-coordinate representation of color #4C1415: hue angle of 358.93º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1415 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 21 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.70 |
| HSL | 358.93º | 0.58% | 0.19% | - |
| HSV(B) | 358.93º | 0.74% | 0.3% | - |
| XYZ | 3.37 | 2.09 | 0.94 | - |
| YUV | 36.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 21 | 0 | 0.74 | 0.72 | 0.70 | 358.93 | 0.58 | 0.19 |
| Hex | 4C | 14 | 15 | 0 | 4A | 48 | 46 | 167 | 3A | 13 |
| Octal | 114 | 24 | 25 | 0 | 112 | 110 | 106 | 547 | 72 | 23 |
| Binary | 1001100 | 10100 | 10101 | 0 | 1001010 | 1001000 | 1000110 | 101100111 | 111010 | 10011 |
Color Harmonies of #4C1415
Complementary color
Monochromatic Colors of #4C1415
Black with #4C1415
Text Example
Text Example
White with #4C1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1415; }
p { color: rgb(76,20,21); }
H1.HeaderClassName
{
color: #4C1415;
}
.AnyTagClassName
{
color: #4C1415;
}
</style>
background-color css
<style>
a { background-color: #4C1415; }
a { background-color: rgb(76,20,21); }
div.DivClassName
{
background-color: #4C1415;
}
.BgClassName
{
background-color: #4C1415;
}
</style>
border-color css
<style>
span { border-color: #4C1415; }
span { border-color: rgb(76,20,21); }
td.TdClassName
{
border-color: #4C1415;
}
.TagClassName
{
border-color: #4C1415;
}
</style>