Shades of Red Oxide #5C1406
Tints of Red Oxide #5C1406
RGB
CMYK
RGB Variations
Color information
#5C1406 (or 0x5C1406) is known color: Red Oxide. HEX triplet: 5C, 14 and 06. RGB value is (92,20,6). Sum of RGB (Red+Green+Blue) = 92+20+6=118 (15% of max value = 765). Red value is 92 (36.33% from 255 or 77.97% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1406 is #A3EBF9. Grayscale: #282828. Windows color (decimal): -10742778 or 398428. OLE color: 398428.
HSL color Cylindrical-coordinate representation of color #5C1406: hue angle of 9.77º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C1406 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 6 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.64 |
| HSL | 9.77º | 0.88% | 0.19% | - |
| HSV(B) | 9.77º | 0.93% | 0.36% | - |
| XYZ | 4.7 | 2.79 | 0.46 | - |
| YUV | 39.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 6 | 0 | 0.78 | 0.93 | 0.64 | 9.77 | 0.88 | 0.19 |
| Hex | 5C | 14 | 6 | 0 | 4E | 5D | 40 | A | 58 | 13 |
| Octal | 134 | 24 | 6 | 0 | 116 | 135 | 100 | 12 | 130 | 23 |
| Binary | 1011100 | 10100 | 110 | 0 | 1001110 | 1011101 | 1000000 | 1010 | 1011000 | 10011 |
Color Harmonies of #5C1406
Complementary color
Monochromatic Colors of #5C1406
Black with #5C1406
Text Example
Text Example
White with #5C1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1406; }
p { color: rgb(92,20,6); }
H1.HeaderClassName
{
color: #5C1406;
}
.AnyTagClassName
{
color: #5C1406;
}
</style>
background-color css
<style>
a { background-color: #5C1406; }
a { background-color: rgb(92,20,6); }
div.DivClassName
{
background-color: #5C1406;
}
.BgClassName
{
background-color: #5C1406;
}
</style>
border-color css
<style>
span { border-color: #5C1406; }
span { border-color: rgb(92,20,6); }
td.TdClassName
{
border-color: #5C1406;
}
.TagClassName
{
border-color: #5C1406;
}
</style>