Shades of Red Oxide #500B0B
Tints of Red Oxide #500B0B
RGB
CMYK
RGB Variations
Color information
#500B0B (or 0x500B0B) is known color: Red Oxide. HEX triplet: 50, 0B and 0B. RGB value is (80,11,11). Sum of RGB (Red+Green+Blue) = 80+11+11=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B0B is #AFF4F4. Grayscale: #1F1F1F. Windows color (decimal): -11531509 or 723792. OLE color: 723792.
HSL color Cylindrical-coordinate representation of color #500B0B: hue angle of 0º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B0B is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 11 | 11 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.69 |
| HSL | 0º | 0.76% | 0.18% | - |
| HSV(B) | 0º | 0.86% | 0.31% | - |
| XYZ | 3.49 | 1.97 | 0.51 | - |
| YUV | 31.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 11 | 0 | 0.86 | 0.86 | 0.69 | 0 | 0.76 | 0.18 |
| Hex | 50 | B | B | 0 | 56 | 56 | 45 | 0 | 4C | 12 |
| Octal | 120 | 13 | 13 | 0 | 126 | 126 | 105 | 0 | 114 | 22 |
| Binary | 1010000 | 1011 | 1011 | 0 | 1010110 | 1010110 | 1000101 | 0 | 1001100 | 10010 |
Color Harmonies of #500B0B
Complementary color
Monochromatic Colors of #500B0B
Black with #500B0B
Text Example
Text Example
White with #500B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B0B; }
p { color: rgb(80,11,11); }
H1.HeaderClassName
{
color: #500B0B;
}
.AnyTagClassName
{
color: #500B0B;
}
</style>
background-color css
<style>
a { background-color: #500B0B; }
a { background-color: rgb(80,11,11); }
div.DivClassName
{
background-color: #500B0B;
}
.BgClassName
{
background-color: #500B0B;
}
</style>
border-color css
<style>
span { border-color: #500B0B; }
span { border-color: rgb(80,11,11); }
td.TdClassName
{
border-color: #500B0B;
}
.TagClassName
{
border-color: #500B0B;
}
</style>