Shades of Red Oxide #581203
Tints of Red Oxide #581203
RGB
CMYK
RGB Variations
Color information
#581203 (or 0x581203) is known color: Red Oxide. HEX triplet: 58, 12 and 03. RGB value is (88,18,3). Sum of RGB (Red+Green+Blue) = 88+18+3=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #581203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581203 is #A7EDFC. Grayscale: #252525. Windows color (decimal): -11005437 or 201304. OLE color: 201304.
HSL color Cylindrical-coordinate representation of color #581203: hue angle of 10.59º 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 #581203 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 3 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.65 |
| HSL | 10.59º | 0.93% | 0.18% | - |
| HSV(B) | 10.59º | 0.97% | 0.35% | - |
| XYZ | 4.26 | 2.51 | 0.35 | - |
| YUV | 37.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 3 | 0 | 0.80 | 0.97 | 0.65 | 10.59 | 0.93 | 0.18 |
| Hex | 58 | 12 | 3 | 0 | 50 | 61 | 41 | B | 5D | 12 |
| Octal | 130 | 22 | 3 | 0 | 120 | 141 | 101 | 13 | 135 | 22 |
| Binary | 1011000 | 10010 | 11 | 0 | 1010000 | 1100001 | 1000001 | 1011 | 1011101 | 10010 |
Color Harmonies of #581203
Complementary color
Monochromatic Colors of #581203
Black with #581203
Text Example
Text Example
White with #581203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581203; }
p { color: rgb(88,18,3); }
H1.HeaderClassName
{
color: #581203;
}
.AnyTagClassName
{
color: #581203;
}
</style>
background-color css
<style>
a { background-color: #581203; }
a { background-color: rgb(88,18,3); }
div.DivClassName
{
background-color: #581203;
}
.BgClassName
{
background-color: #581203;
}
</style>
border-color css
<style>
span { border-color: #581203; }
span { border-color: rgb(88,18,3); }
td.TdClassName
{
border-color: #581203;
}
.TagClassName
{
border-color: #581203;
}
</style>