Shades of Red Oxide #5C100F
Tints of Red Oxide #5C100F
RGB
CMYK
RGB Variations
Color information
#5C100F (or 0x5C100F) is known color: Red Oxide. HEX triplet: 5C, 10 and 0F. RGB value is (92,16,15). Sum of RGB (Red+Green+Blue) = 92+16+15=123 (16% of max value = 765). Red value is 92 (36.33% from 255 or 74.80% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 92 - color contains mainly: red. Hex color #5C100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C100F is #A3EFF0. Grayscale: #262626. Windows color (decimal): -10743793 or 987228. OLE color: 987228.
HSL color Cylindrical-coordinate representation of color #5C100F: hue angle of 0.78º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C100F is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 15 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.64 |
| HSL | 0.78º | 0.72% | 0.21% | - |
| HSV(B) | 0.78º | 0.84% | 0.36% | - |
| XYZ | 4.69 | 2.68 | 0.72 | - |
| YUV | 38.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 15 | 0 | 0.83 | 0.84 | 0.64 | 0.78 | 0.72 | 0.21 |
| Hex | 5C | 10 | F | 0 | 53 | 54 | 40 | 1 | 48 | 15 |
| Octal | 134 | 20 | 17 | 0 | 123 | 124 | 100 | 1 | 110 | 25 |
| Binary | 1011100 | 10000 | 1111 | 0 | 1010011 | 1010100 | 1000000 | 1 | 1001000 | 10101 |
Color Harmonies of #5C100F
Complementary color
Monochromatic Colors of #5C100F
Black with #5C100F
Text Example
Text Example
White with #5C100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C100F; }
p { color: rgb(92,16,15); }
H1.HeaderClassName
{
color: #5C100F;
}
.AnyTagClassName
{
color: #5C100F;
}
</style>
background-color css
<style>
a { background-color: #5C100F; }
a { background-color: rgb(92,16,15); }
div.DivClassName
{
background-color: #5C100F;
}
.BgClassName
{
background-color: #5C100F;
}
</style>
border-color css
<style>
span { border-color: #5C100F; }
span { border-color: rgb(92,16,15); }
td.TdClassName
{
border-color: #5C100F;
}
.TagClassName
{
border-color: #5C100F;
}
</style>