Shades of Red Oxide #581B18
Tints of Red Oxide #581B18
RGB
CMYK
RGB Variations
Color information
#581B18 (or 0x581B18) is known color: Red Oxide. HEX triplet: 58, 1B and 18. RGB value is (88,27,24). Sum of RGB (Red+Green+Blue) = 88+27+24=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #581B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B18 is #A7E4E7. Grayscale: #2C2C2C. Windows color (decimal): -11003112 or 1579864. OLE color: 1579864.
HSL color Cylindrical-coordinate representation of color #581B18: hue angle of 2.81º 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 #581B18 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 27 | 24 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.65 |
| HSL | 2.81º | 0.57% | 0.22% | - |
| HSV(B) | 2.81º | 0.73% | 0.35% | - |
| XYZ | 4.58 | 2.92 | 1.19 | - |
| YUV | 44.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 24 | 0 | 0.69 | 0.73 | 0.65 | 2.81 | 0.57 | 0.22 |
| Hex | 58 | 1B | 18 | 0 | 45 | 49 | 41 | 3 | 39 | 16 |
| Octal | 130 | 33 | 30 | 0 | 105 | 111 | 101 | 3 | 71 | 26 |
| Binary | 1011000 | 11011 | 11000 | 0 | 1000101 | 1001001 | 1000001 | 11 | 111001 | 10110 |
Color Harmonies of #581B18
Complementary color
Monochromatic Colors of #581B18
Black with #581B18
Text Example
Text Example
White with #581B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581B18; }
p { color: rgb(88,27,24); }
H1.HeaderClassName
{
color: #581B18;
}
.AnyTagClassName
{
color: #581B18;
}
</style>
background-color css
<style>
a { background-color: #581B18; }
a { background-color: rgb(88,27,24); }
div.DivClassName
{
background-color: #581B18;
}
.BgClassName
{
background-color: #581B18;
}
</style>
border-color css
<style>
span { border-color: #581B18; }
span { border-color: rgb(88,27,24); }
td.TdClassName
{
border-color: #581B18;
}
.TagClassName
{
border-color: #581B18;
}
</style>