Shades of Red Oxide #581A0B
Tints of Red Oxide #581A0B
RGB
CMYK
RGB Variations
Color information
#581A0B (or 0x581A0B) is known color: Red Oxide. HEX triplet: 58, 1A and 0B. RGB value is (88,26,11). Sum of RGB (Red+Green+Blue) = 88+26+11=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #581A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A0B is #A7E5F4. Grayscale: #2A2A2A. Windows color (decimal): -11003381 or 727640. OLE color: 727640.
HSL color Cylindrical-coordinate representation of color #581A0B: hue angle of 11.69º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581A0B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 11 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.65 |
| HSL | 11.69º | 0.78% | 0.19% | - |
| HSV(B) | 11.69º | 0.88% | 0.35% | - |
| XYZ | 4.45 | 2.84 | 0.63 | - |
| YUV | 42.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 11 | 0 | 0.70 | 0.88 | 0.65 | 11.69 | 0.78 | 0.19 |
| Hex | 58 | 1A | B | 0 | 46 | 58 | 41 | C | 4E | 13 |
| Octal | 130 | 32 | 13 | 0 | 106 | 130 | 101 | 14 | 116 | 23 |
| Binary | 1011000 | 11010 | 1011 | 0 | 1000110 | 1011000 | 1000001 | 1100 | 1001110 | 10011 |
Color Harmonies of #581A0B
Complementary color
Monochromatic Colors of #581A0B
Black with #581A0B
Text Example
Text Example
White with #581A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A0B; }
p { color: rgb(88,26,11); }
H1.HeaderClassName
{
color: #581A0B;
}
.AnyTagClassName
{
color: #581A0B;
}
</style>
background-color css
<style>
a { background-color: #581A0B; }
a { background-color: rgb(88,26,11); }
div.DivClassName
{
background-color: #581A0B;
}
.BgClassName
{
background-color: #581A0B;
}
</style>
border-color css
<style>
span { border-color: #581A0B; }
span { border-color: rgb(88,26,11); }
td.TdClassName
{
border-color: #581A0B;
}
.TagClassName
{
border-color: #581A0B;
}
</style>