Shades of Red Oxide #510C04
Tints of Red Oxide #510C04
RGB
CMYK
RGB Variations
Color information
#510C04 (or 0x510C04) is known color: Red Oxide. HEX triplet: 51, 0C and 04. RGB value is (81,12,4). Sum of RGB (Red+Green+Blue) = 81+12+4=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #510C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C04 is #AEF3FB. Grayscale: #1F1F1F. Windows color (decimal): -11465724 or 265297. OLE color: 265297.
HSL color Cylindrical-coordinate representation of color #510C04: hue angle of 6.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510C04 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 4 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.68 |
| HSL | 6.23º | 0.91% | 0.17% | - |
| HSV(B) | 6.23º | 0.95% | 0.32% | - |
| XYZ | 3.55 | 2.02 | 0.32 | - |
| YUV | 31.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 4 | 0 | 0.85 | 0.95 | 0.68 | 6.23 | 0.91 | 0.17 |
| Hex | 51 | C | 4 | 0 | 55 | 5F | 44 | 6 | 5B | 11 |
| Octal | 121 | 14 | 4 | 0 | 125 | 137 | 104 | 6 | 133 | 21 |
| Binary | 1010001 | 1100 | 100 | 0 | 1010101 | 1011111 | 1000100 | 110 | 1011011 | 10001 |
Color Harmonies of #510C04
Complementary color
Monochromatic Colors of #510C04
Black with #510C04
Text Example
Text Example
White with #510C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C04; }
p { color: rgb(81,12,4); }
H1.HeaderClassName
{
color: #510C04;
}
.AnyTagClassName
{
color: #510C04;
}
</style>
background-color css
<style>
a { background-color: #510C04; }
a { background-color: rgb(81,12,4); }
div.DivClassName
{
background-color: #510C04;
}
.BgClassName
{
background-color: #510C04;
}
</style>
border-color css
<style>
span { border-color: #510C04; }
span { border-color: rgb(81,12,4); }
td.TdClassName
{
border-color: #510C04;
}
.TagClassName
{
border-color: #510C04;
}
</style>