Shades of Red Oxide #511B18
Tints of Red Oxide #511B18
RGB
CMYK
RGB Variations
Color information
#511B18 (or 0x511B18) is known color: Red Oxide. HEX triplet: 51, 1B and 18. RGB value is (81,27,24). Sum of RGB (Red+Green+Blue) = 81+27+24=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B18 is #AEE4E7. Grayscale: #2A2A2A. Windows color (decimal): -11461864 or 1579857. OLE color: 1579857.
HSL color Cylindrical-coordinate representation of color #511B18: hue angle of 3.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511B18 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 24 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.68 |
| HSL | 3.16º | 0.54% | 0.21% | - |
| HSV(B) | 3.16º | 0.7% | 0.32% | - |
| XYZ | 3.95 | 2.6 | 1.16 | - |
| YUV | 42.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 24 | 0 | 0.67 | 0.70 | 0.68 | 3.16 | 0.54 | 0.21 |
| Hex | 51 | 1B | 18 | 0 | 43 | 46 | 44 | 3 | 36 | 15 |
| Octal | 121 | 33 | 30 | 0 | 103 | 106 | 104 | 3 | 66 | 25 |
| Binary | 1010001 | 11011 | 11000 | 0 | 1000011 | 1000110 | 1000100 | 11 | 110110 | 10101 |
Color Harmonies of #511B18
Complementary color
Monochromatic Colors of #511B18
Black with #511B18
Text Example
Text Example
White with #511B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B18; }
p { color: rgb(81,27,24); }
H1.HeaderClassName
{
color: #511B18;
}
.AnyTagClassName
{
color: #511B18;
}
</style>
background-color css
<style>
a { background-color: #511B18; }
a { background-color: rgb(81,27,24); }
div.DivClassName
{
background-color: #511B18;
}
.BgClassName
{
background-color: #511B18;
}
</style>
border-color css
<style>
span { border-color: #511B18; }
span { border-color: rgb(81,27,24); }
td.TdClassName
{
border-color: #511B18;
}
.TagClassName
{
border-color: #511B18;
}
</style>