Shades of Red Oxide #5C1102
Tints of Red Oxide #5C1102
RGB
CMYK
RGB Variations
Color information
#5C1102 (or 0x5C1102) is known color: Red Oxide. HEX triplet: 5C, 11 and 02. RGB value is (92,17,2). Sum of RGB (Red+Green+Blue) = 92+17+2=111 (14% of max value = 765). Red value is 92 (36.33% from 255 or 82.88% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1102 is #A3EEFD. Grayscale: #252525. Windows color (decimal): -10743550 or 135516. OLE color: 135516.
HSL color Cylindrical-coordinate representation of color #5C1102: hue angle of 10º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C1102 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.64 |
| HSL | 10º | 0.96% | 0.18% | - |
| HSV(B) | 10º | 0.98% | 0.36% | - |
| XYZ | 4.63 | 2.68 | 0.33 | - |
| YUV | 37.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 2 | 0 | 0.82 | 0.98 | 0.64 | 10 | 0.96 | 0.18 |
| Hex | 5C | 11 | 2 | 0 | 52 | 62 | 40 | A | 60 | 12 |
| Octal | 134 | 21 | 2 | 0 | 122 | 142 | 100 | 12 | 140 | 22 |
| Binary | 1011100 | 10001 | 10 | 0 | 1010010 | 1100010 | 1000000 | 1010 | 1100000 | 10010 |
Color Harmonies of #5C1102
Complementary color
Monochromatic Colors of #5C1102
Black with #5C1102
Text Example
Text Example
White with #5C1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1102; }
p { color: rgb(92,17,2); }
H1.HeaderClassName
{
color: #5C1102;
}
.AnyTagClassName
{
color: #5C1102;
}
</style>
background-color css
<style>
a { background-color: #5C1102; }
a { background-color: rgb(92,17,2); }
div.DivClassName
{
background-color: #5C1102;
}
.BgClassName
{
background-color: #5C1102;
}
</style>
border-color css
<style>
span { border-color: #5C1102; }
span { border-color: rgb(92,17,2); }
td.TdClassName
{
border-color: #5C1102;
}
.TagClassName
{
border-color: #5C1102;
}
</style>