Shades of Red Oxide #5C1D1C
Tints of Red Oxide #5C1D1C
RGB
CMYK
RGB Variations
Color information
#5C1D1C (or 0x5C1D1C) is known color: Red Oxide. HEX triplet: 5C, 1D and 1C. RGB value is (92,29,28). Sum of RGB (Red+Green+Blue) = 92+29+28=149 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.74% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1D1C is #A3E2E3. Grayscale: #2F2F2F. Windows color (decimal): -10740452 or 1842524. OLE color: 1842524.
HSL color Cylindrical-coordinate representation of color #5C1D1C: hue angle of 0.94º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C1D1C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 29 | 28 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.64 |
| HSL | 0.94º | 0.53% | 0.24% | - |
| HSV(B) | 0.94º | 0.7% | 0.36% | - |
| XYZ | 5.06 | 3.24 | 1.46 | - |
| YUV | 47.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 29 | 28 | 0 | 0.68 | 0.70 | 0.64 | 0.94 | 0.53 | 0.24 |
| Hex | 5C | 1D | 1C | 0 | 44 | 46 | 40 | 1 | 35 | 18 |
| Octal | 134 | 35 | 34 | 0 | 104 | 106 | 100 | 1 | 65 | 30 |
| Binary | 1011100 | 11101 | 11100 | 0 | 1000100 | 1000110 | 1000000 | 1 | 110101 | 11000 |
Color Harmonies of #5C1D1C
Complementary color
Monochromatic Colors of #5C1D1C
Black with #5C1D1C
Text Example
Text Example
White with #5C1D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1D1C; }
p { color: rgb(92,29,28); }
H1.HeaderClassName
{
color: #5C1D1C;
}
.AnyTagClassName
{
color: #5C1D1C;
}
</style>
background-color css
<style>
a { background-color: #5C1D1C; }
a { background-color: rgb(92,29,28); }
div.DivClassName
{
background-color: #5C1D1C;
}
.BgClassName
{
background-color: #5C1D1C;
}
</style>
border-color css
<style>
span { border-color: #5C1D1C; }
span { border-color: rgb(92,29,28); }
td.TdClassName
{
border-color: #5C1D1C;
}
.TagClassName
{
border-color: #5C1D1C;
}
</style>