Shades of Red Oxide #58201B
Tints of Red Oxide #58201B
RGB
CMYK
RGB Variations
Color information
#58201B (or 0x58201B) is known color: Red Oxide. HEX triplet: 58, 20 and 1B. RGB value is (88,32,27). Sum of RGB (Red+Green+Blue) = 88+32+27=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #58201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58201B is #A7DFE4. Grayscale: #303030. Windows color (decimal): -11001829 or 1777752. OLE color: 1777752.
HSL color Cylindrical-coordinate representation of color #58201B: hue angle of 4.92º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58201B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 27 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.65 |
| HSL | 4.92º | 0.53% | 0.23% | - |
| HSV(B) | 4.92º | 0.69% | 0.35% | - |
| XYZ | 4.74 | 3.19 | 1.4 | - |
| YUV | 48.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 27 | 0 | 0.64 | 0.69 | 0.65 | 4.92 | 0.53 | 0.23 |
| Hex | 58 | 20 | 1B | 0 | 40 | 45 | 41 | 5 | 35 | 17 |
| Octal | 130 | 40 | 33 | 0 | 100 | 105 | 101 | 5 | 65 | 27 |
| Binary | 1011000 | 100000 | 11011 | 0 | 1000000 | 1000101 | 1000001 | 101 | 110101 | 10111 |
Color Harmonies of #58201B
Complementary color
Monochromatic Colors of #58201B
Black with #58201B
Text Example
Text Example
White with #58201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58201B; }
p { color: rgb(88,32,27); }
H1.HeaderClassName
{
color: #58201B;
}
.AnyTagClassName
{
color: #58201B;
}
</style>
background-color css
<style>
a { background-color: #58201B; }
a { background-color: rgb(88,32,27); }
div.DivClassName
{
background-color: #58201B;
}
.BgClassName
{
background-color: #58201B;
}
</style>
border-color css
<style>
span { border-color: #58201B; }
span { border-color: rgb(88,32,27); }
td.TdClassName
{
border-color: #58201B;
}
.TagClassName
{
border-color: #58201B;
}
</style>