Shades of Rustic Red #4A0102
Tints of Rustic Red #4A0102
RGB
CMYK
RGB Variations
Color information
#4A0102 (or 0x4A0102) is known color: Rustic Red. HEX triplet: 4A, 01 and 02. RGB value is (74,1,2). Sum of RGB (Red+Green+Blue) = 74+1+2=77 (10% of max value = 765). Red value is 74 (29.30% from 255 or 96.10% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0102 is #B5FEFD. Grayscale: #171717. Windows color (decimal): -11927294 or 131402. OLE color: 131402.
HSL color Cylindrical-coordinate representation of color #4A0102: hue angle of 359.18º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0102 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.71 |
| HSL | 359.18º | 0.97% | 0.15% | - |
| HSV(B) | 359.18º | 0.99% | 0.29% | - |
| XYZ | 2.85 | 1.48 | 0.19 | - |
| YUV | 22.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 2 | 0 | 0.99 | 0.97 | 0.71 | 359.18 | 0.97 | 0.15 |
| Hex | 4A | 1 | 2 | 0 | 63 | 61 | 47 | 167 | 61 | F |
| Octal | 112 | 1 | 2 | 0 | 143 | 141 | 107 | 547 | 141 | 17 |
| Binary | 1001010 | 1 | 10 | 0 | 1100011 | 1100001 | 1000111 | 101100111 | 1100001 | 1111 |
Color Harmonies of #4A0102
Complementary color
Monochromatic Colors of #4A0102
Black with #4A0102
Text Example
Text Example
White with #4A0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0102; }
p { color: rgb(74,1,2); }
H1.HeaderClassName
{
color: #4A0102;
}
.AnyTagClassName
{
color: #4A0102;
}
</style>
background-color css
<style>
a { background-color: #4A0102; }
a { background-color: rgb(74,1,2); }
div.DivClassName
{
background-color: #4A0102;
}
.BgClassName
{
background-color: #4A0102;
}
</style>
border-color css
<style>
span { border-color: #4A0102; }
span { border-color: rgb(74,1,2); }
td.TdClassName
{
border-color: #4A0102;
}
.TagClassName
{
border-color: #4A0102;
}
</style>