Shades of Red Oxide #581A0C
Tints of Red Oxide #581A0C
RGB
CMYK
RGB Variations
Color information
#581A0C (or 0x581A0C) is known color: Red Oxide. HEX triplet: 58, 1A and 0C. RGB value is (88,26,12). Sum of RGB (Red+Green+Blue) = 88+26+12=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A0C is #A7E5F3. Grayscale: #2B2B2B. Windows color (decimal): -11003380 or 793176. OLE color: 793176.
HSL color Cylindrical-coordinate representation of color #581A0C: hue angle of 11.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581A0C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 12 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.65 |
| HSL | 11.05º | 0.76% | 0.2% | - |
| HSV(B) | 11.05º | 0.86% | 0.35% | - |
| XYZ | 4.46 | 2.84 | 0.66 | - |
| YUV | 42.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 12 | 0 | 0.70 | 0.86 | 0.65 | 11.05 | 0.76 | 0.2 |
| Hex | 58 | 1A | C | 0 | 46 | 56 | 41 | B | 4C | 14 |
| Octal | 130 | 32 | 14 | 0 | 106 | 126 | 101 | 13 | 114 | 24 |
| Binary | 1011000 | 11010 | 1100 | 0 | 1000110 | 1010110 | 1000001 | 1011 | 1001100 | 10100 |
Color Harmonies of #581A0C
Complementary color
Monochromatic Colors of #581A0C
Black with #581A0C
Text Example
Text Example
White with #581A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A0C; }
p { color: rgb(88,26,12); }
H1.HeaderClassName
{
color: #581A0C;
}
.AnyTagClassName
{
color: #581A0C;
}
</style>
background-color css
<style>
a { background-color: #581A0C; }
a { background-color: rgb(88,26,12); }
div.DivClassName
{
background-color: #581A0C;
}
.BgClassName
{
background-color: #581A0C;
}
</style>
border-color css
<style>
span { border-color: #581A0C; }
span { border-color: rgb(88,26,12); }
td.TdClassName
{
border-color: #581A0C;
}
.TagClassName
{
border-color: #581A0C;
}
</style>