Shades of Red Oxide #510B0B
Tints of Red Oxide #510B0B
RGB
CMYK
RGB Variations
Color information
#510B0B (or 0x510B0B) is known color: Red Oxide. HEX triplet: 51, 0B and 0B. RGB value is (81,11,11). Sum of RGB (Red+Green+Blue) = 81+11+11=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B0B is #AEF4F4. Grayscale: #202020. Windows color (decimal): -11465973 or 723793. OLE color: 723793.
HSL color Cylindrical-coordinate representation of color #510B0B: hue angle of 0º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B0B is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 11 | 11 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.68 |
| HSL | 0º | 0.76% | 0.18% | - |
| HSV(B) | 0º | 0.86% | 0.32% | - |
| XYZ | 3.57 | 2.01 | 0.52 | - |
| YUV | 31.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 11 | 0 | 0.86 | 0.86 | 0.68 | 0 | 0.76 | 0.18 |
| Hex | 51 | B | B | 0 | 56 | 56 | 44 | 0 | 4C | 12 |
| Octal | 121 | 13 | 13 | 0 | 126 | 126 | 104 | 0 | 114 | 22 |
| Binary | 1010001 | 1011 | 1011 | 0 | 1010110 | 1010110 | 1000100 | 0 | 1001100 | 10010 |
Color Harmonies of #510B0B
Complementary color
Monochromatic Colors of #510B0B
Black with #510B0B
Text Example
Text Example
White with #510B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B0B; }
p { color: rgb(81,11,11); }
H1.HeaderClassName
{
color: #510B0B;
}
.AnyTagClassName
{
color: #510B0B;
}
</style>
background-color css
<style>
a { background-color: #510B0B; }
a { background-color: rgb(81,11,11); }
div.DivClassName
{
background-color: #510B0B;
}
.BgClassName
{
background-color: #510B0B;
}
</style>
border-color css
<style>
span { border-color: #510B0B; }
span { border-color: rgb(81,11,11); }
td.TdClassName
{
border-color: #510B0B;
}
.TagClassName
{
border-color: #510B0B;
}
</style>