Shades of Rustic Red #4D0102
Tints of Rustic Red #4D0102
RGB
CMYK
RGB Variations
Color information
#4D0102 (or 0x4D0102) is known color: Rustic Red. HEX triplet: 4D, 01 and 02. RGB value is (77,1,2). Sum of RGB (Red+Green+Blue) = 77+1+2=80 (10% of max value = 765). Red value is 77 (30.47% from 255 or 96.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0102 is #B2FEFD. Grayscale: #171717. Windows color (decimal): -11730686 or 131405. OLE color: 131405.
HSL color Cylindrical-coordinate representation of color #4D0102: hue angle of 359.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0102 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.70 |
| HSL | 359.21º | 0.97% | 0.15% | - |
| HSV(B) | 359.21º | 0.99% | 0.3% | - |
| XYZ | 3.08 | 1.6 | 0.2 | - |
| YUV | 23.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 2 | 0 | 0.99 | 0.97 | 0.70 | 359.21 | 0.97 | 0.15 |
| Hex | 4D | 1 | 2 | 0 | 63 | 61 | 46 | 167 | 61 | F |
| Octal | 115 | 1 | 2 | 0 | 143 | 141 | 106 | 547 | 141 | 17 |
| Binary | 1001101 | 1 | 10 | 0 | 1100011 | 1100001 | 1000110 | 101100111 | 1100001 | 1111 |
Color Harmonies of #4D0102
Complementary color
Monochromatic Colors of #4D0102
Black with #4D0102
Text Example
Text Example
White with #4D0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0102; }
p { color: rgb(77,1,2); }
H1.HeaderClassName
{
color: #4D0102;
}
.AnyTagClassName
{
color: #4D0102;
}
</style>
background-color css
<style>
a { background-color: #4D0102; }
a { background-color: rgb(77,1,2); }
div.DivClassName
{
background-color: #4D0102;
}
.BgClassName
{
background-color: #4D0102;
}
</style>
border-color css
<style>
span { border-color: #4D0102; }
span { border-color: rgb(77,1,2); }
td.TdClassName
{
border-color: #4D0102;
}
.TagClassName
{
border-color: #4D0102;
}
</style>