Shades of Red Oxide #510C09
Tints of Red Oxide #510C09
RGB
CMYK
RGB Variations
Color information
#510C09 (or 0x510C09) is known color: Red Oxide. HEX triplet: 51, 0C and 09. RGB value is (81,12,9). Sum of RGB (Red+Green+Blue) = 81+12+9=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C09 is #AEF3F6. Grayscale: #202020. Windows color (decimal): -11465719 or 592977. OLE color: 592977.
HSL color Cylindrical-coordinate representation of color #510C09: hue angle of 2.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510C09 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 9 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.68 |
| HSL | 2.5º | 0.8% | 0.18% | - |
| HSV(B) | 2.5º | 0.89% | 0.32% | - |
| XYZ | 3.57 | 2.03 | 0.46 | - |
| YUV | 32.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 9 | 0 | 0.85 | 0.89 | 0.68 | 2.5 | 0.8 | 0.18 |
| Hex | 51 | C | 9 | 0 | 55 | 59 | 44 | 2 | 50 | 12 |
| Octal | 121 | 14 | 11 | 0 | 125 | 131 | 104 | 2 | 120 | 22 |
| Binary | 1010001 | 1100 | 1001 | 0 | 1010101 | 1011001 | 1000100 | 10 | 1010000 | 10010 |
Color Harmonies of #510C09
Complementary color
Monochromatic Colors of #510C09
Black with #510C09
Text Example
Text Example
White with #510C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C09; }
p { color: rgb(81,12,9); }
H1.HeaderClassName
{
color: #510C09;
}
.AnyTagClassName
{
color: #510C09;
}
</style>
background-color css
<style>
a { background-color: #510C09; }
a { background-color: rgb(81,12,9); }
div.DivClassName
{
background-color: #510C09;
}
.BgClassName
{
background-color: #510C09;
}
</style>
border-color css
<style>
span { border-color: #510C09; }
span { border-color: rgb(81,12,9); }
td.TdClassName
{
border-color: #510C09;
}
.TagClassName
{
border-color: #510C09;
}
</style>