Shades of Red Oxide #51160C
Tints of Red Oxide #51160C
RGB
CMYK
RGB Variations
Color information
#51160C (or 0x51160C) is known color: Red Oxide. HEX triplet: 51, 16 and 0C. RGB value is (81,22,12). Sum of RGB (Red+Green+Blue) = 81+22+12=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51160C is #AEE9F3. Grayscale: #262626. Windows color (decimal): -11463156 or 792145. OLE color: 792145.
HSL color Cylindrical-coordinate representation of color #51160C: hue angle of 8.7º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51160C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 12 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.68 |
| HSL | 8.7º | 0.74% | 0.18% | - |
| HSV(B) | 8.7º | 0.85% | 0.32% | - |
| XYZ | 3.75 | 2.35 | 0.6 | - |
| YUV | 38.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 12 | 0 | 0.73 | 0.85 | 0.68 | 8.7 | 0.74 | 0.18 |
| Hex | 51 | 16 | C | 0 | 49 | 55 | 44 | 9 | 4A | 12 |
| Octal | 121 | 26 | 14 | 0 | 111 | 125 | 104 | 11 | 112 | 22 |
| Binary | 1010001 | 10110 | 1100 | 0 | 1001001 | 1010101 | 1000100 | 1001 | 1001010 | 10010 |
Color Harmonies of #51160C
Complementary color
Monochromatic Colors of #51160C
Black with #51160C
Text Example
Text Example
White with #51160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51160C; }
p { color: rgb(81,22,12); }
H1.HeaderClassName
{
color: #51160C;
}
.AnyTagClassName
{
color: #51160C;
}
</style>
background-color css
<style>
a { background-color: #51160C; }
a { background-color: rgb(81,22,12); }
div.DivClassName
{
background-color: #51160C;
}
.BgClassName
{
background-color: #51160C;
}
</style>
border-color css
<style>
span { border-color: #51160C; }
span { border-color: rgb(81,22,12); }
td.TdClassName
{
border-color: #51160C;
}
.TagClassName
{
border-color: #51160C;
}
</style>