Shades of Red Oxide #581102
Tints of Red Oxide #581102
RGB
CMYK
RGB Variations
Color information
#581102 (or 0x581102) is known color: Red Oxide. HEX triplet: 58, 11 and 02. RGB value is (88,17,2). Sum of RGB (Red+Green+Blue) = 88+17+2=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #581102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581102 is #A7EEFD. Grayscale: #242424. Windows color (decimal): -11005694 or 135512. OLE color: 135512.
HSL color Cylindrical-coordinate representation of color #581102: hue angle of 10.47º 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 #581102 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 2 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.65 |
| HSL | 10.47º | 0.96% | 0.18% | - |
| HSV(B) | 10.47º | 0.98% | 0.35% | - |
| XYZ | 4.24 | 2.48 | 0.31 | - |
| YUV | 36.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 2 | 0 | 0.81 | 0.98 | 0.65 | 10.47 | 0.96 | 0.18 |
| Hex | 58 | 11 | 2 | 0 | 51 | 62 | 41 | A | 60 | 12 |
| Octal | 130 | 21 | 2 | 0 | 121 | 142 | 101 | 12 | 140 | 22 |
| Binary | 1011000 | 10001 | 10 | 0 | 1010001 | 1100010 | 1000001 | 1010 | 1100000 | 10010 |
Color Harmonies of #581102
Complementary color
Monochromatic Colors of #581102
Black with #581102
Text Example
Text Example
White with #581102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581102; }
p { color: rgb(88,17,2); }
H1.HeaderClassName
{
color: #581102;
}
.AnyTagClassName
{
color: #581102;
}
</style>
background-color css
<style>
a { background-color: #581102; }
a { background-color: rgb(88,17,2); }
div.DivClassName
{
background-color: #581102;
}
.BgClassName
{
background-color: #581102;
}
</style>
border-color css
<style>
span { border-color: #581102; }
span { border-color: rgb(88,17,2); }
td.TdClassName
{
border-color: #581102;
}
.TagClassName
{
border-color: #581102;
}
</style>