Shades of Red Oxide #500B08
Tints of Red Oxide #500B08
RGB
CMYK
RGB Variations
Color information
#500B08 (or 0x500B08) is known color: Red Oxide. HEX triplet: 50, 0B and 08. RGB value is (80,11,8). Sum of RGB (Red+Green+Blue) = 80+11+8=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B08 is #AFF4F7. Grayscale: #1F1F1F. Windows color (decimal): -11531512 or 527184. OLE color: 527184.
HSL color Cylindrical-coordinate representation of color #500B08: hue angle of 2.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500B08 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 11 | 8 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.69 |
| HSL | 2.5º | 0.82% | 0.17% | - |
| HSV(B) | 2.5º | 0.9% | 0.31% | - |
| XYZ | 3.47 | 1.96 | 0.43 | - |
| YUV | 31.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 8 | 0 | 0.86 | 0.90 | 0.69 | 2.5 | 0.82 | 0.17 |
| Hex | 50 | B | 8 | 0 | 56 | 5A | 45 | 2 | 52 | 11 |
| Octal | 120 | 13 | 10 | 0 | 126 | 132 | 105 | 2 | 122 | 21 |
| Binary | 1010000 | 1011 | 1000 | 0 | 1010110 | 1011010 | 1000101 | 10 | 1010010 | 10001 |
Color Harmonies of #500B08
Complementary color
Monochromatic Colors of #500B08
Black with #500B08
Text Example
Text Example
White with #500B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B08; }
p { color: rgb(80,11,8); }
H1.HeaderClassName
{
color: #500B08;
}
.AnyTagClassName
{
color: #500B08;
}
</style>
background-color css
<style>
a { background-color: #500B08; }
a { background-color: rgb(80,11,8); }
div.DivClassName
{
background-color: #500B08;
}
.BgClassName
{
background-color: #500B08;
}
</style>
border-color css
<style>
span { border-color: #500B08; }
span { border-color: rgb(80,11,8); }
td.TdClassName
{
border-color: #500B08;
}
.TagClassName
{
border-color: #500B08;
}
</style>