Shades of Rustic Red #4C0102
Tints of Rustic Red #4C0102
RGB
CMYK
RGB Variations
Color information
#4C0102 (or 0x4C0102) is known color: Rustic Red. HEX triplet: 4C, 01 and 02. RGB value is (76,1,2). Sum of RGB (Red+Green+Blue) = 76+1+2=79 (10% of max value = 765). Red value is 76 (30.08% from 255 or 96.20% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0102 is #B3FEFD. Grayscale: #171717. Windows color (decimal): -11796222 or 131404. OLE color: 131404.
HSL color Cylindrical-coordinate representation of color #4C0102: hue angle of 359.2º 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 #4C0102 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.70 |
| HSL | 359.2º | 0.97% | 0.15% | - |
| HSV(B) | 359.2º | 0.99% | 0.3% | - |
| XYZ | 3 | 1.56 | 0.2 | - |
| YUV | 23.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 2 | 0 | 0.99 | 0.97 | 0.70 | 359.2 | 0.97 | 0.15 |
| Hex | 4C | 1 | 2 | 0 | 63 | 61 | 46 | 167 | 61 | F |
| Octal | 114 | 1 | 2 | 0 | 143 | 141 | 106 | 547 | 141 | 17 |
| Binary | 1001100 | 1 | 10 | 0 | 1100011 | 1100001 | 1000110 | 101100111 | 1100001 | 1111 |
Color Harmonies of #4C0102
Complementary color
Monochromatic Colors of #4C0102
Black with #4C0102
Text Example
Text Example
White with #4C0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0102; }
p { color: rgb(76,1,2); }
H1.HeaderClassName
{
color: #4C0102;
}
.AnyTagClassName
{
color: #4C0102;
}
</style>
background-color css
<style>
a { background-color: #4C0102; }
a { background-color: rgb(76,1,2); }
div.DivClassName
{
background-color: #4C0102;
}
.BgClassName
{
background-color: #4C0102;
}
</style>
border-color css
<style>
span { border-color: #4C0102; }
span { border-color: rgb(76,1,2); }
td.TdClassName
{
border-color: #4C0102;
}
.TagClassName
{
border-color: #4C0102;
}
</style>