Shades of Red Oxide #4C1612
Tints of Red Oxide #4C1612
RGB
CMYK
RGB Variations
Color information
#4C1612 (or 0x4C1612) is known color: Red Oxide. HEX triplet: 4C, 16 and 12. RGB value is (76,22,18). Sum of RGB (Red+Green+Blue) = 76+22+18=116 (15% of max value = 765). Red value is 76 (30.08% from 255 or 65.52% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1612 is #B3E9ED. Grayscale: #252525. Windows color (decimal): -11790830 or 1185356. OLE color: 1185356.
HSL color Cylindrical-coordinate representation of color #4C1612: hue angle of 4.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1612 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 18 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.70 |
| HSL | 4.14º | 0.62% | 0.18% | - |
| HSV(B) | 4.14º | 0.76% | 0.3% | - |
| XYZ | 3.38 | 2.15 | 0.81 | - |
| YUV | 37.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 18 | 0 | 0.71 | 0.76 | 0.70 | 4.14 | 0.62 | 0.18 |
| Hex | 4C | 16 | 12 | 0 | 47 | 4C | 46 | 4 | 3E | 12 |
| Octal | 114 | 26 | 22 | 0 | 107 | 114 | 106 | 4 | 76 | 22 |
| Binary | 1001100 | 10110 | 10010 | 0 | 1000111 | 1001100 | 1000110 | 100 | 111110 | 10010 |
Color Harmonies of #4C1612
Complementary color
Monochromatic Colors of #4C1612
Black with #4C1612
Text Example
Text Example
White with #4C1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1612; }
p { color: rgb(76,22,18); }
H1.HeaderClassName
{
color: #4C1612;
}
.AnyTagClassName
{
color: #4C1612;
}
</style>
background-color css
<style>
a { background-color: #4C1612; }
a { background-color: rgb(76,22,18); }
div.DivClassName
{
background-color: #4C1612;
}
.BgClassName
{
background-color: #4C1612;
}
</style>
border-color css
<style>
span { border-color: #4C1612; }
span { border-color: rgb(76,22,18); }
td.TdClassName
{
border-color: #4C1612;
}
.TagClassName
{
border-color: #4C1612;
}
</style>