Shades of Rustic Red #500002
Tints of Rustic Red #500002
RGB
CMYK
RGB Variations
Color information
#500002 (or 0x500002) is known color: Rustic Red. HEX triplet: 50, 00 and 02. RGB value is (80,0,2). Sum of RGB (Red+Green+Blue) = 80+0+2=82 (10% of max value = 765). Red value is 80 (31.64% from 255 or 97.56% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 80 - color contains mainly: red. Hex color #500002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500002 is #AFFFFD. Grayscale: #181818. Windows color (decimal): -11534334 or 131152. OLE color: 131152.
HSL color Cylindrical-coordinate representation of color #500002: hue angle of 358.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.69 |
| HSL | 358.5º | 1% | 0.16% | - |
| HSV(B) | 358.5º | 1% | 0.31% | - |
| XYZ | 3.32 | 1.71 | 0.21 | - |
| YUV | 24.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 2 | 0 | 1 | 0.98 | 0.69 | 358.5 | 1 | 0.16 |
| Hex | 50 | 0 | 2 | 0 | 64 | 62 | 45 | 166 | 64 | 10 |
| Octal | 120 | 0 | 2 | 0 | 144 | 142 | 105 | 546 | 144 | 20 |
| Binary | 1010000 | 0 | 10 | 0 | 1100100 | 1100010 | 1000101 | 101100110 | 1100100 | 10000 |
Color Harmonies of #500002
Complementary color
Monochromatic Colors of #500002
Black with #500002
Text Example
Text Example
White with #500002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500002; }
p { color: rgb(80,0,2); }
H1.HeaderClassName
{
color: #500002;
}
.AnyTagClassName
{
color: #500002;
}
</style>
background-color css
<style>
a { background-color: #500002; }
a { background-color: rgb(80,0,2); }
div.DivClassName
{
background-color: #500002;
}
.BgClassName
{
background-color: #500002;
}
</style>
border-color css
<style>
span { border-color: #500002; }
span { border-color: rgb(80,0,2); }
td.TdClassName
{
border-color: #500002;
}
.TagClassName
{
border-color: #500002;
}
</style>