Shades of Red Oxide #5C150A
Tints of Red Oxide #5C150A
RGB
CMYK
RGB Variations
Color information
#5C150A (or 0x5C150A) is known color: Red Oxide. HEX triplet: 5C, 15 and 0A. RGB value is (92,21,10). Sum of RGB (Red+Green+Blue) = 92+21+10=123 (16% of max value = 765). Red value is 92 (36.33% from 255 or 74.80% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 92 - color contains mainly: red. Hex color #5C150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C150A is #A3EAF5. Grayscale: #292929. Windows color (decimal): -10742518 or 660828. OLE color: 660828.
HSL color Cylindrical-coordinate representation of color #5C150A: hue angle of 8.05º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C150A is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 10 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.64 |
| HSL | 8.05º | 0.8% | 0.2% | - |
| HSV(B) | 8.05º | 0.89% | 0.36% | - |
| XYZ | 4.74 | 2.83 | 0.58 | - |
| YUV | 40.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 10 | 0 | 0.77 | 0.89 | 0.64 | 8.05 | 0.8 | 0.2 |
| Hex | 5C | 15 | A | 0 | 4D | 59 | 40 | 8 | 50 | 14 |
| Octal | 134 | 25 | 12 | 0 | 115 | 131 | 100 | 10 | 120 | 24 |
| Binary | 1011100 | 10101 | 1010 | 0 | 1001101 | 1011001 | 1000000 | 1000 | 1010000 | 10100 |
Color Harmonies of #5C150A
Complementary color
Monochromatic Colors of #5C150A
Black with #5C150A
Text Example
Text Example
White with #5C150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C150A; }
p { color: rgb(92,21,10); }
H1.HeaderClassName
{
color: #5C150A;
}
.AnyTagClassName
{
color: #5C150A;
}
</style>
background-color css
<style>
a { background-color: #5C150A; }
a { background-color: rgb(92,21,10); }
div.DivClassName
{
background-color: #5C150A;
}
.BgClassName
{
background-color: #5C150A;
}
</style>
border-color css
<style>
span { border-color: #5C150A; }
span { border-color: rgb(92,21,10); }
td.TdClassName
{
border-color: #5C150A;
}
.TagClassName
{
border-color: #5C150A;
}
</style>