Shades of Red Oxide #4D120B
Tints of Red Oxide #4D120B
RGB
CMYK
RGB Variations
Color information
#4D120B (or 0x4D120B) is known color: Red Oxide. HEX triplet: 4D, 12 and 0B. RGB value is (77,18,11). Sum of RGB (Red+Green+Blue) = 77+18+11=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D120B is #B2EDF4. Grayscale: #222222. Windows color (decimal): -11726325 or 725581. OLE color: 725581.
HSL color Cylindrical-coordinate representation of color #4D120B: hue angle of 6.36º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D120B is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 11 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.70 |
| HSL | 6.36º | 0.75% | 0.17% | - |
| HSV(B) | 6.36º | 0.86% | 0.3% | - |
| XYZ | 3.34 | 2.03 | 0.53 | - |
| YUV | 34.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 11 | 0 | 0.77 | 0.86 | 0.70 | 6.36 | 0.75 | 0.17 |
| Hex | 4D | 12 | B | 0 | 4D | 56 | 46 | 6 | 4B | 11 |
| Octal | 115 | 22 | 13 | 0 | 115 | 126 | 106 | 6 | 113 | 21 |
| Binary | 1001101 | 10010 | 1011 | 0 | 1001101 | 1010110 | 1000110 | 110 | 1001011 | 10001 |
Color Harmonies of #4D120B
Complementary color
Monochromatic Colors of #4D120B
Black with #4D120B
Text Example
Text Example
White with #4D120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D120B; }
p { color: rgb(77,18,11); }
H1.HeaderClassName
{
color: #4D120B;
}
.AnyTagClassName
{
color: #4D120B;
}
</style>
background-color css
<style>
a { background-color: #4D120B; }
a { background-color: rgb(77,18,11); }
div.DivClassName
{
background-color: #4D120B;
}
.BgClassName
{
background-color: #4D120B;
}
</style>
border-color css
<style>
span { border-color: #4D120B; }
span { border-color: rgb(77,18,11); }
td.TdClassName
{
border-color: #4D120B;
}
.TagClassName
{
border-color: #4D120B;
}
</style>