Shades of Red Oxide #5C150D
Tints of Red Oxide #5C150D
RGB
CMYK
RGB Variations
Color information
#5C150D (or 0x5C150D) is known color: Red Oxide. HEX triplet: 5C, 15 and 0D. RGB value is (92,21,13). Sum of RGB (Red+Green+Blue) = 92+21+13=126 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.02% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 92 - color contains mainly: red. Hex color #5C150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C150D is #A3EAF2. Grayscale: #292929. Windows color (decimal): -10742515 or 857436. OLE color: 857436.
HSL color Cylindrical-coordinate representation of color #5C150D: hue angle of 6.08º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C150D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 13 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.64 |
| HSL | 6.08º | 0.75% | 0.21% | - |
| HSV(B) | 6.08º | 0.86% | 0.36% | - |
| XYZ | 4.75 | 2.84 | 0.68 | - |
| YUV | 41.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 13 | 0 | 0.77 | 0.86 | 0.64 | 6.08 | 0.75 | 0.21 |
| Hex | 5C | 15 | D | 0 | 4D | 56 | 40 | 6 | 4B | 15 |
| Octal | 134 | 25 | 15 | 0 | 115 | 126 | 100 | 6 | 113 | 25 |
| Binary | 1011100 | 10101 | 1101 | 0 | 1001101 | 1010110 | 1000000 | 110 | 1001011 | 10101 |
Color Harmonies of #5C150D
Complementary color
Monochromatic Colors of #5C150D
Black with #5C150D
Text Example
Text Example
White with #5C150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C150D; }
p { color: rgb(92,21,13); }
H1.HeaderClassName
{
color: #5C150D;
}
.AnyTagClassName
{
color: #5C150D;
}
</style>
background-color css
<style>
a { background-color: #5C150D; }
a { background-color: rgb(92,21,13); }
div.DivClassName
{
background-color: #5C150D;
}
.BgClassName
{
background-color: #5C150D;
}
</style>
border-color css
<style>
span { border-color: #5C150D; }
span { border-color: rgb(92,21,13); }
td.TdClassName
{
border-color: #5C150D;
}
.TagClassName
{
border-color: #5C150D;
}
</style>