Shades of Red Oxide #4C1A16
Tints of Red Oxide #4C1A16
RGB
CMYK
RGB Variations
Color information
#4C1A16 (or 0x4C1A16) is known color: Red Oxide. HEX triplet: 4C, 1A and 16. RGB value is (76,26,22). Sum of RGB (Red+Green+Blue) = 76+26+22=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1A16 is #B3E5E9. Grayscale: #282828. Windows color (decimal): -11789802 or 1448524. OLE color: 1448524.
HSL color Cylindrical-coordinate representation of color #4C1A16: hue angle of 4.44º 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 #4C1A16 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 26 | 22 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.70 |
| HSL | 4.44º | 0.55% | 0.19% | - |
| HSV(B) | 4.44º | 0.71% | 0.3% | - |
| XYZ | 3.49 | 2.33 | 1.03 | - |
| YUV | 40.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 22 | 0 | 0.66 | 0.71 | 0.70 | 4.44 | 0.55 | 0.19 |
| Hex | 4C | 1A | 16 | 0 | 42 | 47 | 46 | 4 | 37 | 13 |
| Octal | 114 | 32 | 26 | 0 | 102 | 107 | 106 | 4 | 67 | 23 |
| Binary | 1001100 | 11010 | 10110 | 0 | 1000010 | 1000111 | 1000110 | 100 | 110111 | 10011 |
Color Harmonies of #4C1A16
Complementary color
Monochromatic Colors of #4C1A16
Black with #4C1A16
Text Example
Text Example
White with #4C1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A16; }
p { color: rgb(76,26,22); }
H1.HeaderClassName
{
color: #4C1A16;
}
.AnyTagClassName
{
color: #4C1A16;
}
</style>
background-color css
<style>
a { background-color: #4C1A16; }
a { background-color: rgb(76,26,22); }
div.DivClassName
{
background-color: #4C1A16;
}
.BgClassName
{
background-color: #4C1A16;
}
</style>
border-color css
<style>
span { border-color: #4C1A16; }
span { border-color: rgb(76,26,22); }
td.TdClassName
{
border-color: #4C1A16;
}
.TagClassName
{
border-color: #4C1A16;
}
</style>