Shades of Red Oxide #50170C
Tints of Red Oxide #50170C
RGB
CMYK
RGB Variations
Color information
#50170C (or 0x50170C) is known color: Red Oxide. HEX triplet: 50, 17 and 0C. RGB value is (80,23,12). Sum of RGB (Red+Green+Blue) = 80+23+12=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50170C is #AFE8F3. Grayscale: #262626. Windows color (decimal): -11528436 or 792400. OLE color: 792400.
HSL color Cylindrical-coordinate representation of color #50170C: hue angle of 9.71º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50170C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 12 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.69 |
| HSL | 9.71º | 0.74% | 0.18% | - |
| HSV(B) | 9.71º | 0.85% | 0.31% | - |
| XYZ | 3.68 | 2.34 | 0.61 | - |
| YUV | 38.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 12 | 0 | 0.71 | 0.85 | 0.69 | 9.71 | 0.74 | 0.18 |
| Hex | 50 | 17 | C | 0 | 47 | 55 | 45 | A | 4A | 12 |
| Octal | 120 | 27 | 14 | 0 | 107 | 125 | 105 | 12 | 112 | 22 |
| Binary | 1010000 | 10111 | 1100 | 0 | 1000111 | 1010101 | 1000101 | 1010 | 1001010 | 10010 |
Color Harmonies of #50170C
Complementary color
Monochromatic Colors of #50170C
Black with #50170C
Text Example
Text Example
White with #50170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50170C; }
p { color: rgb(80,23,12); }
H1.HeaderClassName
{
color: #50170C;
}
.AnyTagClassName
{
color: #50170C;
}
</style>
background-color css
<style>
a { background-color: #50170C; }
a { background-color: rgb(80,23,12); }
div.DivClassName
{
background-color: #50170C;
}
.BgClassName
{
background-color: #50170C;
}
</style>
border-color css
<style>
span { border-color: #50170C; }
span { border-color: rgb(80,23,12); }
td.TdClassName
{
border-color: #50170C;
}
.TagClassName
{
border-color: #50170C;
}
</style>