Shades of Red Oxide #500C08
Tints of Red Oxide #500C08
RGB
CMYK
RGB Variations
Color information
#500C08 (or 0x500C08) is known color: Red Oxide. HEX triplet: 50, 0C and 08. RGB value is (80,12,8). Sum of RGB (Red+Green+Blue) = 80+12+8=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C08 is #AFF3F7. Grayscale: #1F1F1F. Windows color (decimal): -11531256 or 527440. OLE color: 527440.
HSL color Cylindrical-coordinate representation of color #500C08: hue angle of 3.33º 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 #500C08 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 12 | 8 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.69 |
| HSL | 3.33º | 0.82% | 0.17% | - |
| HSV(B) | 3.33º | 0.9% | 0.31% | - |
| XYZ | 3.48 | 1.99 | 0.43 | - |
| YUV | 31.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 8 | 0 | 0.85 | 0.90 | 0.69 | 3.33 | 0.82 | 0.17 |
| Hex | 50 | C | 8 | 0 | 55 | 5A | 45 | 3 | 52 | 11 |
| Octal | 120 | 14 | 10 | 0 | 125 | 132 | 105 | 3 | 122 | 21 |
| Binary | 1010000 | 1100 | 1000 | 0 | 1010101 | 1011010 | 1000101 | 11 | 1010010 | 10001 |
Color Harmonies of #500C08
Complementary color
Monochromatic Colors of #500C08
Black with #500C08
Text Example
Text Example
White with #500C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C08; }
p { color: rgb(80,12,8); }
H1.HeaderClassName
{
color: #500C08;
}
.AnyTagClassName
{
color: #500C08;
}
</style>
background-color css
<style>
a { background-color: #500C08; }
a { background-color: rgb(80,12,8); }
div.DivClassName
{
background-color: #500C08;
}
.BgClassName
{
background-color: #500C08;
}
</style>
border-color css
<style>
span { border-color: #500C08; }
span { border-color: rgb(80,12,8); }
td.TdClassName
{
border-color: #500C08;
}
.TagClassName
{
border-color: #500C08;
}
</style>