Shades of Red Oxide #580B03
Tints of Red Oxide #580B03
RGB
CMYK
RGB Variations
Color information
#580B03 (or 0x580B03) is known color: Red Oxide. HEX triplet: 58, 0B and 03. RGB value is (88,11,3). Sum of RGB (Red+Green+Blue) = 88+11+3=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #580B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B03 is #A7F4FC. Grayscale: #212121. Windows color (decimal): -11007229 or 199512. OLE color: 199512.
HSL color Cylindrical-coordinate representation of color #580B03: hue angle of 5.65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580B03 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 3 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.65 |
| HSL | 5.65º | 0.93% | 0.18% | - |
| HSV(B) | 5.65º | 0.97% | 0.35% | - |
| XYZ | 4.16 | 2.32 | 0.31 | - |
| YUV | 33.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 3 | 0 | 0.88 | 0.97 | 0.65 | 5.65 | 0.93 | 0.18 |
| Hex | 58 | B | 3 | 0 | 58 | 61 | 41 | 6 | 5D | 12 |
| Octal | 130 | 13 | 3 | 0 | 130 | 141 | 101 | 6 | 135 | 22 |
| Binary | 1011000 | 1011 | 11 | 0 | 1011000 | 1100001 | 1000001 | 110 | 1011101 | 10010 |
Color Harmonies of #580B03
Complementary color
Monochromatic Colors of #580B03
Black with #580B03
Text Example
Text Example
White with #580B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B03; }
p { color: rgb(88,11,3); }
H1.HeaderClassName
{
color: #580B03;
}
.AnyTagClassName
{
color: #580B03;
}
</style>
background-color css
<style>
a { background-color: #580B03; }
a { background-color: rgb(88,11,3); }
div.DivClassName
{
background-color: #580B03;
}
.BgClassName
{
background-color: #580B03;
}
</style>
border-color css
<style>
span { border-color: #580B03; }
span { border-color: rgb(88,11,3); }
td.TdClassName
{
border-color: #580B03;
}
.TagClassName
{
border-color: #580B03;
}
</style>