Shades of Red Oxide #581302
Tints of Red Oxide #581302
RGB
CMYK
RGB Variations
Color information
#581302 (or 0x581302) is known color: Red Oxide. HEX triplet: 58, 13 and 02. RGB value is (88,19,2). Sum of RGB (Red+Green+Blue) = 88+19+2=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #581302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581302 is #A7ECFD. Grayscale: #252525. Windows color (decimal): -11005182 or 136024. OLE color: 136024.
HSL color Cylindrical-coordinate representation of color #581302: hue angle of 11.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #581302 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 2 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.65 |
| HSL | 11.86º | 0.96% | 0.18% | - |
| HSV(B) | 11.86º | 0.98% | 0.35% | - |
| XYZ | 4.27 | 2.54 | 0.32 | - |
| YUV | 37.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 2 | 0 | 0.78 | 0.98 | 0.65 | 11.86 | 0.96 | 0.18 |
| Hex | 58 | 13 | 2 | 0 | 4E | 62 | 41 | C | 60 | 12 |
| Octal | 130 | 23 | 2 | 0 | 116 | 142 | 101 | 14 | 140 | 22 |
| Binary | 1011000 | 10011 | 10 | 0 | 1001110 | 1100010 | 1000001 | 1100 | 1100000 | 10010 |
Color Harmonies of #581302
Complementary color
Monochromatic Colors of #581302
Black with #581302
Text Example
Text Example
White with #581302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581302; }
p { color: rgb(88,19,2); }
H1.HeaderClassName
{
color: #581302;
}
.AnyTagClassName
{
color: #581302;
}
</style>
background-color css
<style>
a { background-color: #581302; }
a { background-color: rgb(88,19,2); }
div.DivClassName
{
background-color: #581302;
}
.BgClassName
{
background-color: #581302;
}
</style>
border-color css
<style>
span { border-color: #581302; }
span { border-color: rgb(88,19,2); }
td.TdClassName
{
border-color: #581302;
}
.TagClassName
{
border-color: #581302;
}
</style>