Shades of Red Oxide #5C0804
Tints of Red Oxide #5C0804
RGB
CMYK
RGB Variations
Color information
#5C0804 (or 0x5C0804) is known color: Red Oxide. HEX triplet: 5C, 08 and 04. RGB value is (92,8,4). Sum of RGB (Red+Green+Blue) = 92+8+4=104 (13% of max value = 765). Red value is 92 (36.33% from 255 or 88.46% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0804 is #A3F7FB. Grayscale: #202020. Windows color (decimal): -10745852 or 264284. OLE color: 264284.
HSL color Cylindrical-coordinate representation of color #5C0804: hue angle of 2.73º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0804 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 4 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.64 |
| HSL | 2.73º | 0.92% | 0.19% | - |
| HSV(B) | 2.73º | 0.96% | 0.36% | - |
| XYZ | 4.52 | 2.46 | 0.35 | - |
| YUV | 32.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 4 | 0 | 0.91 | 0.96 | 0.64 | 2.73 | 0.92 | 0.19 |
| Hex | 5C | 8 | 4 | 0 | 5B | 60 | 40 | 3 | 5C | 13 |
| Octal | 134 | 10 | 4 | 0 | 133 | 140 | 100 | 3 | 134 | 23 |
| Binary | 1011100 | 1000 | 100 | 0 | 1011011 | 1100000 | 1000000 | 11 | 1011100 | 10011 |
Color Harmonies of #5C0804
Complementary color
Monochromatic Colors of #5C0804
Black with #5C0804
Text Example
Text Example
White with #5C0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0804; }
p { color: rgb(92,8,4); }
H1.HeaderClassName
{
color: #5C0804;
}
.AnyTagClassName
{
color: #5C0804;
}
</style>
background-color css
<style>
a { background-color: #5C0804; }
a { background-color: rgb(92,8,4); }
div.DivClassName
{
background-color: #5C0804;
}
.BgClassName
{
background-color: #5C0804;
}
</style>
border-color css
<style>
span { border-color: #5C0804; }
span { border-color: rgb(92,8,4); }
td.TdClassName
{
border-color: #5C0804;
}
.TagClassName
{
border-color: #5C0804;
}
</style>