Shades of Red Oxide #4C1716
Tints of Red Oxide #4C1716
RGB
CMYK
RGB Variations
Color information
#4C1716 (or 0x4C1716) is known color: Red Oxide. HEX triplet: 4C, 17 and 16. RGB value is (76,23,22). Sum of RGB (Red+Green+Blue) = 76+23+22=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1716 is #B3E8E9. Grayscale: #262626. Windows color (decimal): -11790570 or 1447756. OLE color: 1447756.
HSL color Cylindrical-coordinate representation of color #4C1716: hue angle of 1.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C1716 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 22 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.70 |
| HSL | 1.11º | 0.55% | 0.19% | - |
| HSV(B) | 1.11º | 0.71% | 0.3% | - |
| XYZ | 3.43 | 2.21 | 1 | - |
| YUV | 38.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 22 | 0 | 0.70 | 0.71 | 0.70 | 1.11 | 0.55 | 0.19 |
| Hex | 4C | 17 | 16 | 0 | 46 | 47 | 46 | 1 | 37 | 13 |
| Octal | 114 | 27 | 26 | 0 | 106 | 107 | 106 | 1 | 67 | 23 |
| Binary | 1001100 | 10111 | 10110 | 0 | 1000110 | 1000111 | 1000110 | 1 | 110111 | 10011 |
Color Harmonies of #4C1716
Complementary color
Monochromatic Colors of #4C1716
Black with #4C1716
Text Example
Text Example
White with #4C1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1716; }
p { color: rgb(76,23,22); }
H1.HeaderClassName
{
color: #4C1716;
}
.AnyTagClassName
{
color: #4C1716;
}
</style>
background-color css
<style>
a { background-color: #4C1716; }
a { background-color: rgb(76,23,22); }
div.DivClassName
{
background-color: #4C1716;
}
.BgClassName
{
background-color: #4C1716;
}
</style>
border-color css
<style>
span { border-color: #4C1716; }
span { border-color: rgb(76,23,22); }
td.TdClassName
{
border-color: #4C1716;
}
.TagClassName
{
border-color: #4C1716;
}
</style>