Shades of Red Oxide #580A05
Tints of Red Oxide #580A05
RGB
CMYK
RGB Variations
Color information
#580A05 (or 0x580A05) is known color: Red Oxide. HEX triplet: 58, 0A and 05. RGB value is (88,10,5). Sum of RGB (Red+Green+Blue) = 88+10+5=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580A05 is #A7F5FA. Grayscale: #202020. Windows color (decimal): -11007483 or 330328. OLE color: 330328.
HSL color Cylindrical-coordinate representation of color #580A05: hue angle of 3.61º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580A05 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 5 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.65 |
| HSL | 3.61º | 0.89% | 0.18% | - |
| HSV(B) | 3.61º | 0.94% | 0.35% | - |
| XYZ | 4.16 | 2.3 | 0.37 | - |
| YUV | 32.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 5 | 0 | 0.89 | 0.94 | 0.65 | 3.61 | 0.89 | 0.18 |
| Hex | 58 | A | 5 | 0 | 59 | 5E | 41 | 4 | 59 | 12 |
| Octal | 130 | 12 | 5 | 0 | 131 | 136 | 101 | 4 | 131 | 22 |
| Binary | 1011000 | 1010 | 101 | 0 | 1011001 | 1011110 | 1000001 | 100 | 1011001 | 10010 |
Color Harmonies of #580A05
Complementary color
Monochromatic Colors of #580A05
Black with #580A05
Text Example
Text Example
White with #580A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A05; }
p { color: rgb(88,10,5); }
H1.HeaderClassName
{
color: #580A05;
}
.AnyTagClassName
{
color: #580A05;
}
</style>
background-color css
<style>
a { background-color: #580A05; }
a { background-color: rgb(88,10,5); }
div.DivClassName
{
background-color: #580A05;
}
.BgClassName
{
background-color: #580A05;
}
</style>
border-color css
<style>
span { border-color: #580A05; }
span { border-color: rgb(88,10,5); }
td.TdClassName
{
border-color: #580A05;
}
.TagClassName
{
border-color: #580A05;
}
</style>