Shades of Red Oxide #510C00
Tints of Red Oxide #510C00
RGB
CMYK
RGB Variations
Color information
#510C00 (or 0x510C00) is known color: Red Oxide. HEX triplet: 51, 0C and 00. RGB value is (81,12,0). Sum of RGB (Red+Green+Blue) = 81+12+0=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C00 is #AEF3FF. Grayscale: #1F1F1F. Windows color (decimal): -11465728 or 3153. OLE color: 3153.
HSL color Cylindrical-coordinate representation of color #510C00: hue angle of 8.89º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510C00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.68 |
| HSL | 8.89º | 1% | 0.16% | - |
| HSV(B) | 8.89º | 1% | 0.32% | - |
| XYZ | 3.52 | 2.01 | 0.2 | - |
| YUV | 31.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 0 | 0 | 0.85 | 1 | 0.68 | 8.89 | 1 | 0.16 |
| Hex | 51 | C | 0 | 0 | 55 | 64 | 44 | 9 | 64 | 10 |
| Octal | 121 | 14 | 0 | 0 | 125 | 144 | 104 | 11 | 144 | 20 |
| Binary | 1010001 | 1100 | 0 | 0 | 1010101 | 1100100 | 1000100 | 1001 | 1100100 | 10000 |
Color Harmonies of #510C00
Complementary color
Monochromatic Colors of #510C00
Black with #510C00
Text Example
Text Example
White with #510C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C00; }
p { color: rgb(81,12,0); }
H1.HeaderClassName
{
color: #510C00;
}
.AnyTagClassName
{
color: #510C00;
}
</style>
background-color css
<style>
a { background-color: #510C00; }
a { background-color: rgb(81,12,0); }
div.DivClassName
{
background-color: #510C00;
}
.BgClassName
{
background-color: #510C00;
}
</style>
border-color css
<style>
span { border-color: #510C00; }
span { border-color: rgb(81,12,0); }
td.TdClassName
{
border-color: #510C00;
}
.TagClassName
{
border-color: #510C00;
}
</style>