Shades of Red Oxide #510C01
Tints of Red Oxide #510C01
RGB
CMYK
RGB Variations
Color information
#510C01 (or 0x510C01) is known color: Red Oxide. HEX triplet: 51, 0C and 01. RGB value is (81,12,1). Sum of RGB (Red+Green+Blue) = 81+12+1=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C01 is #AEF3FE. Grayscale: #1F1F1F. Windows color (decimal): -11465727 or 68689. OLE color: 68689.
HSL color Cylindrical-coordinate representation of color #510C01: hue angle of 8.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510C01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.68 |
| HSL | 8.25º | 0.98% | 0.16% | - |
| HSV(B) | 8.25º | 0.99% | 0.32% | - |
| XYZ | 3.53 | 2.01 | 0.23 | - |
| YUV | 31.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 1 | 0 | 0.85 | 0.99 | 0.68 | 8.25 | 0.98 | 0.16 |
| Hex | 51 | C | 1 | 0 | 55 | 63 | 44 | 8 | 62 | 10 |
| Octal | 121 | 14 | 1 | 0 | 125 | 143 | 104 | 10 | 142 | 20 |
| Binary | 1010001 | 1100 | 1 | 0 | 1010101 | 1100011 | 1000100 | 1000 | 1100010 | 10000 |
Color Harmonies of #510C01
Complementary color
Monochromatic Colors of #510C01
Black with #510C01
Text Example
Text Example
White with #510C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C01; }
p { color: rgb(81,12,1); }
H1.HeaderClassName
{
color: #510C01;
}
.AnyTagClassName
{
color: #510C01;
}
</style>
background-color css
<style>
a { background-color: #510C01; }
a { background-color: rgb(81,12,1); }
div.DivClassName
{
background-color: #510C01;
}
.BgClassName
{
background-color: #510C01;
}
</style>
border-color css
<style>
span { border-color: #510C01; }
span { border-color: rgb(81,12,1); }
td.TdClassName
{
border-color: #510C01;
}
.TagClassName
{
border-color: #510C01;
}
</style>