Shades of Red Oxide #510C0A
Tints of Red Oxide #510C0A
RGB
CMYK
RGB Variations
Color information
#510C0A (or 0x510C0A) is known color: Red Oxide. HEX triplet: 51, 0C and 0A. RGB value is (81,12,10). Sum of RGB (Red+Green+Blue) = 81+12+10=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C0A is #AEF3F5. Grayscale: #202020. Windows color (decimal): -11465718 or 658513. OLE color: 658513.
HSL color Cylindrical-coordinate representation of color #510C0A: hue angle of 1.69º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510C0A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 10 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.68 |
| HSL | 1.69º | 0.78% | 0.18% | - |
| HSV(B) | 1.69º | 0.88% | 0.32% | - |
| XYZ | 3.58 | 2.03 | 0.49 | - |
| YUV | 32.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 10 | 0 | 0.85 | 0.88 | 0.68 | 1.69 | 0.78 | 0.18 |
| Hex | 51 | C | A | 0 | 55 | 58 | 44 | 2 | 4E | 12 |
| Octal | 121 | 14 | 12 | 0 | 125 | 130 | 104 | 2 | 116 | 22 |
| Binary | 1010001 | 1100 | 1010 | 0 | 1010101 | 1011000 | 1000100 | 10 | 1001110 | 10010 |
Color Harmonies of #510C0A
Complementary color
Monochromatic Colors of #510C0A
Black with #510C0A
Text Example
Text Example
White with #510C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C0A; }
p { color: rgb(81,12,10); }
H1.HeaderClassName
{
color: #510C0A;
}
.AnyTagClassName
{
color: #510C0A;
}
</style>
background-color css
<style>
a { background-color: #510C0A; }
a { background-color: rgb(81,12,10); }
div.DivClassName
{
background-color: #510C0A;
}
.BgClassName
{
background-color: #510C0A;
}
</style>
border-color css
<style>
span { border-color: #510C0A; }
span { border-color: rgb(81,12,10); }
td.TdClassName
{
border-color: #510C0A;
}
.TagClassName
{
border-color: #510C0A;
}
</style>