Shades of Red Oxide #4C1614
Tints of Red Oxide #4C1614
RGB
CMYK
RGB Variations
Color information
#4C1614 (or 0x4C1614) is known color: Red Oxide. HEX triplet: 4C, 16 and 14. RGB value is (76,22,20). Sum of RGB (Red+Green+Blue) = 76+22+20=118 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.41% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1614 is #B3E9EB. Grayscale: #252525. Windows color (decimal): -11790828 or 1316428. OLE color: 1316428.
HSL color Cylindrical-coordinate representation of color #4C1614: hue angle of 2.14º 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 #4C1614 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 20 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.70 |
| HSL | 2.14º | 0.58% | 0.19% | - |
| HSV(B) | 2.14º | 0.74% | 0.3% | - |
| XYZ | 3.39 | 2.16 | 0.9 | - |
| YUV | 37.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 20 | 0 | 0.71 | 0.74 | 0.70 | 2.14 | 0.58 | 0.19 |
| Hex | 4C | 16 | 14 | 0 | 47 | 4A | 46 | 2 | 3A | 13 |
| Octal | 114 | 26 | 24 | 0 | 107 | 112 | 106 | 2 | 72 | 23 |
| Binary | 1001100 | 10110 | 10100 | 0 | 1000111 | 1001010 | 1000110 | 10 | 111010 | 10011 |
Color Harmonies of #4C1614
Complementary color
Monochromatic Colors of #4C1614
Black with #4C1614
Text Example
Text Example
White with #4C1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1614; }
p { color: rgb(76,22,20); }
H1.HeaderClassName
{
color: #4C1614;
}
.AnyTagClassName
{
color: #4C1614;
}
</style>
background-color css
<style>
a { background-color: #4C1614; }
a { background-color: rgb(76,22,20); }
div.DivClassName
{
background-color: #4C1614;
}
.BgClassName
{
background-color: #4C1614;
}
</style>
border-color css
<style>
span { border-color: #4C1614; }
span { border-color: rgb(76,22,20); }
td.TdClassName
{
border-color: #4C1614;
}
.TagClassName
{
border-color: #4C1614;
}
</style>