Shades of Red Oxide #500E02
Tints of Red Oxide #500E02
RGB
CMYK
RGB Variations
Color information
#500E02 (or 0x500E02) is known color: Red Oxide. HEX triplet: 50, 0E and 02. RGB value is (80,14,2). Sum of RGB (Red+Green+Blue) = 80+14+2=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #500E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E02 is #AFF1FD. Grayscale: #202020. Windows color (decimal): -11530750 or 134736. OLE color: 134736.
HSL color Cylindrical-coordinate representation of color #500E02: hue angle of 9.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500E02 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.69 |
| HSL | 9.23º | 0.95% | 0.16% | - |
| HSV(B) | 9.23º | 0.98% | 0.31% | - |
| XYZ | 3.48 | 2.02 | 0.26 | - |
| YUV | 32.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 2 | 0 | 0.83 | 0.98 | 0.69 | 9.23 | 0.95 | 0.16 |
| Hex | 50 | E | 2 | 0 | 53 | 62 | 45 | 9 | 5F | 10 |
| Octal | 120 | 16 | 2 | 0 | 123 | 142 | 105 | 11 | 137 | 20 |
| Binary | 1010000 | 1110 | 10 | 0 | 1010011 | 1100010 | 1000101 | 1001 | 1011111 | 10000 |
Color Harmonies of #500E02
Complementary color
Monochromatic Colors of #500E02
Black with #500E02
Text Example
Text Example
White with #500E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E02; }
p { color: rgb(80,14,2); }
H1.HeaderClassName
{
color: #500E02;
}
.AnyTagClassName
{
color: #500E02;
}
</style>
background-color css
<style>
a { background-color: #500E02; }
a { background-color: rgb(80,14,2); }
div.DivClassName
{
background-color: #500E02;
}
.BgClassName
{
background-color: #500E02;
}
</style>
border-color css
<style>
span { border-color: #500E02; }
span { border-color: rgb(80,14,2); }
td.TdClassName
{
border-color: #500E02;
}
.TagClassName
{
border-color: #500E02;
}
</style>