Shades of Red Oxide #4F120C
Tints of Red Oxide #4F120C
RGB
CMYK
RGB Variations
Color information
#4F120C (or 0x4F120C) is known color: Red Oxide. HEX triplet: 4F, 12 and 0C. RGB value is (79,18,12). Sum of RGB (Red+Green+Blue) = 79+18+12=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F120C is #B0EDF3. Grayscale: #232323. Windows color (decimal): -11595252 or 791119. OLE color: 791119.
HSL color Cylindrical-coordinate representation of color #4F120C: hue angle of 5.37º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F120C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 12 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.69 |
| HSL | 5.37º | 0.74% | 0.18% | - |
| HSV(B) | 5.37º | 0.85% | 0.31% | - |
| XYZ | 3.51 | 2.12 | 0.57 | - |
| YUV | 35.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 12 | 0 | 0.77 | 0.85 | 0.69 | 5.37 | 0.74 | 0.18 |
| Hex | 4F | 12 | C | 0 | 4D | 55 | 45 | 5 | 4A | 12 |
| Octal | 117 | 22 | 14 | 0 | 115 | 125 | 105 | 5 | 112 | 22 |
| Binary | 1001111 | 10010 | 1100 | 0 | 1001101 | 1010101 | 1000101 | 101 | 1001010 | 10010 |
Color Harmonies of #4F120C
Complementary color
Monochromatic Colors of #4F120C
Black with #4F120C
Text Example
Text Example
White with #4F120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F120C; }
p { color: rgb(79,18,12); }
H1.HeaderClassName
{
color: #4F120C;
}
.AnyTagClassName
{
color: #4F120C;
}
</style>
background-color css
<style>
a { background-color: #4F120C; }
a { background-color: rgb(79,18,12); }
div.DivClassName
{
background-color: #4F120C;
}
.BgClassName
{
background-color: #4F120C;
}
</style>
border-color css
<style>
span { border-color: #4F120C; }
span { border-color: rgb(79,18,12); }
td.TdClassName
{
border-color: #4F120C;
}
.TagClassName
{
border-color: #4F120C;
}
</style>