Shades of Red Oxide #581212
Tints of Red Oxide #581212
RGB
CMYK
RGB Variations
Color information
#581212 (or 0x581212) is known color: Red Oxide. HEX triplet: 58, 12 and 12. RGB value is (88,18,18). Sum of RGB (Red+Green+Blue) = 88+18+18=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #581212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581212 is #A7EDED. Grayscale: #262626. Windows color (decimal): -11005422 or 1184344. OLE color: 1184344.
HSL color Cylindrical-coordinate representation of color #581212: hue angle of 0º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581212 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 18 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.65 |
| HSL | 0º | 0.66% | 0.21% | - |
| HSV(B) | 0º | 0.8% | 0.35% | - |
| XYZ | 4.35 | 2.55 | 0.84 | - |
| YUV | 38.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 18 | 0 | 0.80 | 0.80 | 0.65 | 0 | 0.66 | 0.21 |
| Hex | 58 | 12 | 12 | 0 | 50 | 50 | 41 | 0 | 42 | 15 |
| Octal | 130 | 22 | 22 | 0 | 120 | 120 | 101 | 0 | 102 | 25 |
| Binary | 1011000 | 10010 | 10010 | 0 | 1010000 | 1010000 | 1000001 | 0 | 1000010 | 10101 |
Color Harmonies of #581212
Complementary color
Monochromatic Colors of #581212
Black with #581212
Text Example
Text Example
White with #581212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581212; }
p { color: rgb(88,18,18); }
H1.HeaderClassName
{
color: #581212;
}
.AnyTagClassName
{
color: #581212;
}
</style>
background-color css
<style>
a { background-color: #581212; }
a { background-color: rgb(88,18,18); }
div.DivClassName
{
background-color: #581212;
}
.BgClassName
{
background-color: #581212;
}
</style>
border-color css
<style>
span { border-color: #581212; }
span { border-color: rgb(88,18,18); }
td.TdClassName
{
border-color: #581212;
}
.TagClassName
{
border-color: #581212;
}
</style>