Shades of Red Oxide #4C1B16
Tints of Red Oxide #4C1B16
RGB
CMYK
RGB Variations
Color information
#4C1B16 (or 0x4C1B16) is known color: Red Oxide. HEX triplet: 4C, 1B and 16. RGB value is (76,27,22). Sum of RGB (Red+Green+Blue) = 76+27+22=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1B16 is #B3E4E9. Grayscale: #292929. Windows color (decimal): -11789546 or 1448780. OLE color: 1448780.
HSL color Cylindrical-coordinate representation of color #4C1B16: hue angle of 5.56º 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 #4C1B16 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 27 | 22 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.70 |
| HSL | 5.56º | 0.55% | 0.19% | - |
| HSV(B) | 5.56º | 0.71% | 0.3% | - |
| XYZ | 3.52 | 2.38 | 1.03 | - |
| YUV | 41.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 27 | 22 | 0 | 0.64 | 0.71 | 0.70 | 5.56 | 0.55 | 0.19 |
| Hex | 4C | 1B | 16 | 0 | 40 | 47 | 46 | 6 | 37 | 13 |
| Octal | 114 | 33 | 26 | 0 | 100 | 107 | 106 | 6 | 67 | 23 |
| Binary | 1001100 | 11011 | 10110 | 0 | 1000000 | 1000111 | 1000110 | 110 | 110111 | 10011 |
Color Harmonies of #4C1B16
Complementary color
Monochromatic Colors of #4C1B16
Black with #4C1B16
Text Example
Text Example
White with #4C1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1B16; }
p { color: rgb(76,27,22); }
H1.HeaderClassName
{
color: #4C1B16;
}
.AnyTagClassName
{
color: #4C1B16;
}
</style>
background-color css
<style>
a { background-color: #4C1B16; }
a { background-color: rgb(76,27,22); }
div.DivClassName
{
background-color: #4C1B16;
}
.BgClassName
{
background-color: #4C1B16;
}
</style>
border-color css
<style>
span { border-color: #4C1B16; }
span { border-color: rgb(76,27,22); }
td.TdClassName
{
border-color: #4C1B16;
}
.TagClassName
{
border-color: #4C1B16;
}
</style>