Shades of Rustic Red #580002
Tints of Rustic Red #580002
RGB
CMYK
RGB Variations
Color information
#580002 (or 0x580002) is known color: Rustic Red. HEX triplet: 58, 00 and 02. RGB value is (88,0,2). Sum of RGB (Red+Green+Blue) = 88+0+2=90 (11% of max value = 765). Red value is 88 (34.77% from 255 or 97.78% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 88 - color contains mainly: red. Hex color #580002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580002 is #A7FFFD. Grayscale: #1A1A1A. Windows color (decimal): -11010046 or 131160. OLE color: 131160.
HSL color Cylindrical-coordinate representation of color #580002: hue angle of 358.64º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.65 |
| HSL | 358.64º | 1% | 0.17% | - |
| HSV(B) | 358.64º | 1% | 0.35% | - |
| XYZ | 4.04 | 2.08 | 0.25 | - |
| YUV | 26.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 2 | 0 | 1 | 0.98 | 0.65 | 358.64 | 1 | 0.17 |
| Hex | 58 | 0 | 2 | 0 | 64 | 62 | 41 | 167 | 64 | 11 |
| Octal | 130 | 0 | 2 | 0 | 144 | 142 | 101 | 547 | 144 | 21 |
| Binary | 1011000 | 0 | 10 | 0 | 1100100 | 1100010 | 1000001 | 101100111 | 1100100 | 10001 |
Color Harmonies of #580002
Complementary color
Monochromatic Colors of #580002
Black with #580002
Text Example
Text Example
White with #580002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580002; }
p { color: rgb(88,0,2); }
H1.HeaderClassName
{
color: #580002;
}
.AnyTagClassName
{
color: #580002;
}
</style>
background-color css
<style>
a { background-color: #580002; }
a { background-color: rgb(88,0,2); }
div.DivClassName
{
background-color: #580002;
}
.BgClassName
{
background-color: #580002;
}
</style>
border-color css
<style>
span { border-color: #580002; }
span { border-color: rgb(88,0,2); }
td.TdClassName
{
border-color: #580002;
}
.TagClassName
{
border-color: #580002;
}
</style>