Shades of Red Oxide #581E18
Tints of Red Oxide #581E18
RGB
CMYK
RGB Variations
Color information
#581E18 (or 0x581E18) is known color: Red Oxide. HEX triplet: 58, 1E and 18. RGB value is (88,30,24). Sum of RGB (Red+Green+Blue) = 88+30+24=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E18 is #A7E1E7. Grayscale: #2E2E2E. Windows color (decimal): -11002344 or 1580632. OLE color: 1580632.
HSL color Cylindrical-coordinate representation of color #581E18: hue angle of 5.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581E18 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 30 | 24 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.65 |
| HSL | 5.63º | 0.57% | 0.22% | - |
| HSV(B) | 5.63º | 0.73% | 0.35% | - |
| XYZ | 4.65 | 3.07 | 1.21 | - |
| YUV | 46.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 24 | 0 | 0.66 | 0.73 | 0.65 | 5.63 | 0.57 | 0.22 |
| Hex | 58 | 1E | 18 | 0 | 42 | 49 | 41 | 6 | 39 | 16 |
| Octal | 130 | 36 | 30 | 0 | 102 | 111 | 101 | 6 | 71 | 26 |
| Binary | 1011000 | 11110 | 11000 | 0 | 1000010 | 1001001 | 1000001 | 110 | 111001 | 10110 |
Color Harmonies of #581E18
Complementary color
Monochromatic Colors of #581E18
Black with #581E18
Text Example
Text Example
White with #581E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E18; }
p { color: rgb(88,30,24); }
H1.HeaderClassName
{
color: #581E18;
}
.AnyTagClassName
{
color: #581E18;
}
</style>
background-color css
<style>
a { background-color: #581E18; }
a { background-color: rgb(88,30,24); }
div.DivClassName
{
background-color: #581E18;
}
.BgClassName
{
background-color: #581E18;
}
</style>
border-color css
<style>
span { border-color: #581E18; }
span { border-color: rgb(88,30,24); }
td.TdClassName
{
border-color: #581E18;
}
.TagClassName
{
border-color: #581E18;
}
</style>