Shades of Red Oxide #510F03
Tints of Red Oxide #510F03
RGB
CMYK
RGB Variations
Color information
#510F03 (or 0x510F03) is known color: Red Oxide. HEX triplet: 51, 0F and 03. RGB value is (81,15,3). Sum of RGB (Red+Green+Blue) = 81+15+3=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #510F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F03 is #AEF0FC. Grayscale: #212121. Windows color (decimal): -11464957 or 200529. OLE color: 200529.
HSL color Cylindrical-coordinate representation of color #510F03: hue angle of 9.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510F03 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 3 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.68 |
| HSL | 9.23º | 0.93% | 0.16% | - |
| HSV(B) | 9.23º | 0.96% | 0.32% | - |
| XYZ | 3.58 | 2.1 | 0.3 | - |
| YUV | 33.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 3 | 0 | 0.81 | 0.96 | 0.68 | 9.23 | 0.93 | 0.16 |
| Hex | 51 | F | 3 | 0 | 51 | 60 | 44 | 9 | 5D | 10 |
| Octal | 121 | 17 | 3 | 0 | 121 | 140 | 104 | 11 | 135 | 20 |
| Binary | 1010001 | 1111 | 11 | 0 | 1010001 | 1100000 | 1000100 | 1001 | 1011101 | 10000 |
Color Harmonies of #510F03
Complementary color
Monochromatic Colors of #510F03
Black with #510F03
Text Example
Text Example
White with #510F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F03; }
p { color: rgb(81,15,3); }
H1.HeaderClassName
{
color: #510F03;
}
.AnyTagClassName
{
color: #510F03;
}
</style>
background-color css
<style>
a { background-color: #510F03; }
a { background-color: rgb(81,15,3); }
div.DivClassName
{
background-color: #510F03;
}
.BgClassName
{
background-color: #510F03;
}
</style>
border-color css
<style>
span { border-color: #510F03; }
span { border-color: rgb(81,15,3); }
td.TdClassName
{
border-color: #510F03;
}
.TagClassName
{
border-color: #510F03;
}
</style>