Shades of Red Oxide #580C04
Tints of Red Oxide #580C04
RGB
CMYK
RGB Variations
Color information
#580C04 (or 0x580C04) is known color: Red Oxide. HEX triplet: 58, 0C and 04. RGB value is (88,12,4). Sum of RGB (Red+Green+Blue) = 88+12+4=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C04 is #A7F3FB. Grayscale: #212121. Windows color (decimal): -11006972 or 265304. OLE color: 265304.
HSL color Cylindrical-coordinate representation of color #580C04: hue angle of 5.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580C04 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 4 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.65 |
| HSL | 5.71º | 0.91% | 0.18% | - |
| HSV(B) | 5.71º | 0.95% | 0.35% | - |
| XYZ | 4.18 | 2.35 | 0.35 | - |
| YUV | 33.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 4 | 0 | 0.86 | 0.95 | 0.65 | 5.71 | 0.91 | 0.18 |
| Hex | 58 | C | 4 | 0 | 56 | 5F | 41 | 6 | 5B | 12 |
| Octal | 130 | 14 | 4 | 0 | 126 | 137 | 101 | 6 | 133 | 22 |
| Binary | 1011000 | 1100 | 100 | 0 | 1010110 | 1011111 | 1000001 | 110 | 1011011 | 10010 |
Color Harmonies of #580C04
Complementary color
Monochromatic Colors of #580C04
Black with #580C04
Text Example
Text Example
White with #580C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C04; }
p { color: rgb(88,12,4); }
H1.HeaderClassName
{
color: #580C04;
}
.AnyTagClassName
{
color: #580C04;
}
</style>
background-color css
<style>
a { background-color: #580C04; }
a { background-color: rgb(88,12,4); }
div.DivClassName
{
background-color: #580C04;
}
.BgClassName
{
background-color: #580C04;
}
</style>
border-color css
<style>
span { border-color: #580C04; }
span { border-color: rgb(88,12,4); }
td.TdClassName
{
border-color: #580C04;
}
.TagClassName
{
border-color: #580C04;
}
</style>