Shades of Red Oxide #5C1C17
Tints of Red Oxide #5C1C17
RGB
CMYK
RGB Variations
Color information
#5C1C17 (or 0x5C1C17) is known color: Red Oxide. HEX triplet: 5C, 1C and 17. RGB value is (92,28,23). Sum of RGB (Red+Green+Blue) = 92+28+23=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1C17 is #A3E3E8. Grayscale: #2E2E2E. Windows color (decimal): -10740713 or 1514588. OLE color: 1514588.
HSL color Cylindrical-coordinate representation of color #5C1C17: hue angle of 4.35º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C1C17 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 23 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.64 |
| HSL | 4.35º | 0.6% | 0.23% | - |
| HSV(B) | 4.35º | 0.75% | 0.36% | - |
| XYZ | 4.98 | 3.17 | 1.16 | - |
| YUV | 46.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 23 | 0 | 0.70 | 0.75 | 0.64 | 4.35 | 0.6 | 0.23 |
| Hex | 5C | 1C | 17 | 0 | 46 | 4B | 40 | 4 | 3C | 17 |
| Octal | 134 | 34 | 27 | 0 | 106 | 113 | 100 | 4 | 74 | 27 |
| Binary | 1011100 | 11100 | 10111 | 0 | 1000110 | 1001011 | 1000000 | 100 | 111100 | 10111 |
Color Harmonies of #5C1C17
Complementary color
Monochromatic Colors of #5C1C17
Black with #5C1C17
Text Example
Text Example
White with #5C1C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C17; }
p { color: rgb(92,28,23); }
H1.HeaderClassName
{
color: #5C1C17;
}
.AnyTagClassName
{
color: #5C1C17;
}
</style>
background-color css
<style>
a { background-color: #5C1C17; }
a { background-color: rgb(92,28,23); }
div.DivClassName
{
background-color: #5C1C17;
}
.BgClassName
{
background-color: #5C1C17;
}
</style>
border-color css
<style>
span { border-color: #5C1C17; }
span { border-color: rgb(92,28,23); }
td.TdClassName
{
border-color: #5C1C17;
}
.TagClassName
{
border-color: #5C1C17;
}
</style>