Shades of Red Oxide #580F00
Tints of Red Oxide #580F00
RGB
CMYK
RGB Variations
Color information
#580F00 (or 0x580F00) is known color: Red Oxide. HEX triplet: 58, 0F and 00. RGB value is (88,15,0). Sum of RGB (Red+Green+Blue) = 88+15+0=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F00 is #A7F0FF. Grayscale: #232323. Windows color (decimal): -11006208 or 3928. OLE color: 3928.
HSL color Cylindrical-coordinate representation of color #580F00: hue angle of 10.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580F00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 15 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.65 |
| HSL | 10.23º | 1% | 0.17% | - |
| HSV(B) | 10.23º | 1% | 0.35% | - |
| XYZ | 4.2 | 2.42 | 0.25 | - |
| YUV | 35.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 0 | 0 | 0.83 | 1 | 0.65 | 10.23 | 1 | 0.17 |
| Hex | 58 | F | 0 | 0 | 53 | 64 | 41 | A | 64 | 11 |
| Octal | 130 | 17 | 0 | 0 | 123 | 144 | 101 | 12 | 144 | 21 |
| Binary | 1011000 | 1111 | 0 | 0 | 1010011 | 1100100 | 1000001 | 1010 | 1100100 | 10001 |
Color Harmonies of #580F00
Complementary color
Monochromatic Colors of #580F00
Black with #580F00
Text Example
Text Example
White with #580F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F00; }
p { color: rgb(88,15,0); }
H1.HeaderClassName
{
color: #580F00;
}
.AnyTagClassName
{
color: #580F00;
}
</style>
background-color css
<style>
a { background-color: #580F00; }
a { background-color: rgb(88,15,0); }
div.DivClassName
{
background-color: #580F00;
}
.BgClassName
{
background-color: #580F00;
}
</style>
border-color css
<style>
span { border-color: #580F00; }
span { border-color: rgb(88,15,0); }
td.TdClassName
{
border-color: #580F00;
}
.TagClassName
{
border-color: #580F00;
}
</style>