Shades of Rustic Red #490002
Tints of Rustic Red #490002
RGB
CMYK
RGB Variations
Color information
#490002 (or 0x490002) is known color: Rustic Red. HEX triplet: 49, 00 and 02. RGB value is (73,0,2). Sum of RGB (Red+Green+Blue) = 73+0+2=75 (9% of max value = 765). Red value is 73 (28.91% from 255 or 97.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 73 - color contains mainly: red. Hex color #490002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490002 is #B6FFFD. Grayscale: #161616. Windows color (decimal): -11993086 or 131145. OLE color: 131145.
HSL color Cylindrical-coordinate representation of color #490002: hue angle of 358.36º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.97 | 0.71 |
| HSL | 358.36º | 1% | 0.14% | - |
| HSV(B) | 358.36º | 1% | 0.29% | - |
| XYZ | 2.76 | 1.42 | 0.19 | - |
| YUV | 22.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 2 | 0 | 1 | 0.97 | 0.71 | 358.36 | 1 | 0.14 |
| Hex | 49 | 0 | 2 | 0 | 64 | 61 | 47 | 166 | 64 | E |
| Octal | 111 | 0 | 2 | 0 | 144 | 141 | 107 | 546 | 144 | 16 |
| Binary | 1001001 | 0 | 10 | 0 | 1100100 | 1100001 | 1000111 | 101100110 | 1100100 | 1110 |
Color Harmonies of #490002
Complementary color
Monochromatic Colors of #490002
Black with #490002
Text Example
Text Example
White with #490002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490002; }
p { color: rgb(73,0,2); }
H1.HeaderClassName
{
color: #490002;
}
.AnyTagClassName
{
color: #490002;
}
</style>
background-color css
<style>
a { background-color: #490002; }
a { background-color: rgb(73,0,2); }
div.DivClassName
{
background-color: #490002;
}
.BgClassName
{
background-color: #490002;
}
</style>
border-color css
<style>
span { border-color: #490002; }
span { border-color: rgb(73,0,2); }
td.TdClassName
{
border-color: #490002;
}
.TagClassName
{
border-color: #490002;
}
</style>