Shades of Red Oxide #511C18
Tints of Red Oxide #511C18
RGB
CMYK
RGB Variations
Color information
#511C18 (or 0x511C18) is known color: Red Oxide. HEX triplet: 51, 1C and 18. RGB value is (81,28,24). Sum of RGB (Red+Green+Blue) = 81+28+24=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C18 is #AEE3E7. Grayscale: #2B2B2B. Windows color (decimal): -11461608 or 1580113. OLE color: 1580113.
HSL color Cylindrical-coordinate representation of color #511C18: hue angle of 4.21º 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 #511C18 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 24 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.68 |
| HSL | 4.21º | 0.54% | 0.21% | - |
| HSV(B) | 4.21º | 0.7% | 0.32% | - |
| XYZ | 3.97 | 2.65 | 1.17 | - |
| YUV | 43.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 24 | 0 | 0.65 | 0.70 | 0.68 | 4.21 | 0.54 | 0.21 |
| Hex | 51 | 1C | 18 | 0 | 41 | 46 | 44 | 4 | 36 | 15 |
| Octal | 121 | 34 | 30 | 0 | 101 | 106 | 104 | 4 | 66 | 25 |
| Binary | 1010001 | 11100 | 11000 | 0 | 1000001 | 1000110 | 1000100 | 100 | 110110 | 10101 |
Color Harmonies of #511C18
Complementary color
Monochromatic Colors of #511C18
Black with #511C18
Text Example
Text Example
White with #511C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C18; }
p { color: rgb(81,28,24); }
H1.HeaderClassName
{
color: #511C18;
}
.AnyTagClassName
{
color: #511C18;
}
</style>
background-color css
<style>
a { background-color: #511C18; }
a { background-color: rgb(81,28,24); }
div.DivClassName
{
background-color: #511C18;
}
.BgClassName
{
background-color: #511C18;
}
</style>
border-color css
<style>
span { border-color: #511C18; }
span { border-color: rgb(81,28,24); }
td.TdClassName
{
border-color: #511C18;
}
.TagClassName
{
border-color: #511C18;
}
</style>