Shades of Red Oxide #4D1B18
Tints of Red Oxide #4D1B18
RGB
CMYK
RGB Variations
Color information
#4D1B18 (or 0x4D1B18) is known color: Red Oxide. HEX triplet: 4D, 1B and 18. RGB value is (77,27,24). Sum of RGB (Red+Green+Blue) = 77+27+24=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1B18 is #B2E4E7. Grayscale: #292929. Windows color (decimal): -11724008 or 1579853. OLE color: 1579853.
HSL color Cylindrical-coordinate representation of color #4D1B18: hue angle of 3.4º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1B18 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 24 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.70 |
| HSL | 3.4º | 0.52% | 0.2% | - |
| HSV(B) | 3.4º | 0.69% | 0.3% | - |
| XYZ | 3.62 | 2.43 | 1.14 | - |
| YUV | 41.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 24 | 0 | 0.65 | 0.69 | 0.70 | 3.4 | 0.52 | 0.2 |
| Hex | 4D | 1B | 18 | 0 | 41 | 45 | 46 | 3 | 34 | 14 |
| Octal | 115 | 33 | 30 | 0 | 101 | 105 | 106 | 3 | 64 | 24 |
| Binary | 1001101 | 11011 | 11000 | 0 | 1000001 | 1000101 | 1000110 | 11 | 110100 | 10100 |
Color Harmonies of #4D1B18
Complementary color
Monochromatic Colors of #4D1B18
Black with #4D1B18
Text Example
Text Example
White with #4D1B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B18; }
p { color: rgb(77,27,24); }
H1.HeaderClassName
{
color: #4D1B18;
}
.AnyTagClassName
{
color: #4D1B18;
}
</style>
background-color css
<style>
a { background-color: #4D1B18; }
a { background-color: rgb(77,27,24); }
div.DivClassName
{
background-color: #4D1B18;
}
.BgClassName
{
background-color: #4D1B18;
}
</style>
border-color css
<style>
span { border-color: #4D1B18; }
span { border-color: rgb(77,27,24); }
td.TdClassName
{
border-color: #4D1B18;
}
.TagClassName
{
border-color: #4D1B18;
}
</style>