Shades of Red Oxide #581403
Tints of Red Oxide #581403
RGB
CMYK
RGB Variations
Color information
#581403 (or 0x581403) is known color: Red Oxide. HEX triplet: 58, 14 and 03. RGB value is (88,20,3). Sum of RGB (Red+Green+Blue) = 88+20+3=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #581403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581403 is #A7EBFC. Grayscale: #262626. Windows color (decimal): -11004925 or 201816. OLE color: 201816.
HSL color Cylindrical-coordinate representation of color #581403: hue angle of 12º 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 #581403 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 3 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.65 |
| HSL | 12º | 0.93% | 0.18% | - |
| HSV(B) | 12º | 0.97% | 0.35% | - |
| XYZ | 4.29 | 2.58 | 0.36 | - |
| YUV | 38.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 3 | 0 | 0.77 | 0.97 | 0.65 | 12 | 0.93 | 0.18 |
| Hex | 58 | 14 | 3 | 0 | 4D | 61 | 41 | C | 5D | 12 |
| Octal | 130 | 24 | 3 | 0 | 115 | 141 | 101 | 14 | 135 | 22 |
| Binary | 1011000 | 10100 | 11 | 0 | 1001101 | 1100001 | 1000001 | 1100 | 1011101 | 10010 |
Color Harmonies of #581403
Complementary color
Monochromatic Colors of #581403
Black with #581403
Text Example
Text Example
White with #581403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581403; }
p { color: rgb(88,20,3); }
H1.HeaderClassName
{
color: #581403;
}
.AnyTagClassName
{
color: #581403;
}
</style>
background-color css
<style>
a { background-color: #581403; }
a { background-color: rgb(88,20,3); }
div.DivClassName
{
background-color: #581403;
}
.BgClassName
{
background-color: #581403;
}
</style>
border-color css
<style>
span { border-color: #581403; }
span { border-color: rgb(88,20,3); }
td.TdClassName
{
border-color: #581403;
}
.TagClassName
{
border-color: #581403;
}
</style>