Shades of Rustic Red #4A0109
Tints of Rustic Red #4A0109
RGB
CMYK
RGB Variations
Color information
#4A0109 (or 0x4A0109) is known color: Rustic Red. HEX triplet: 4A, 01 and 09. RGB value is (74,1,9). Sum of RGB (Red+Green+Blue) = 74+1+9=84 (11% of max value = 765). Red value is 74 (29.30% from 255 or 88.10% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0109 is #B5FEF6. Grayscale: #171717. Windows color (decimal): -11927287 or 590154. OLE color: 590154.
HSL color Cylindrical-coordinate representation of color #4A0109: hue angle of 353.42º 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 #4A0109 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.71 |
| HSL | 353.42º | 0.97% | 0.15% | - |
| HSV(B) | 353.42º | 0.99% | 0.29% | - |
| XYZ | 2.88 | 1.5 | 0.4 | - |
| YUV | 23.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 9 | 0 | 0.99 | 0.88 | 0.71 | 353.42 | 0.97 | 0.15 |
| Hex | 4A | 1 | 9 | 0 | 63 | 58 | 47 | 161 | 61 | F |
| Octal | 112 | 1 | 11 | 0 | 143 | 130 | 107 | 541 | 141 | 17 |
| Binary | 1001010 | 1 | 1001 | 0 | 1100011 | 1011000 | 1000111 | 101100001 | 1100001 | 1111 |
Color Harmonies of #4A0109
Complementary color
Monochromatic Colors of #4A0109
Black with #4A0109
Text Example
Text Example
White with #4A0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0109; }
p { color: rgb(74,1,9); }
H1.HeaderClassName
{
color: #4A0109;
}
.AnyTagClassName
{
color: #4A0109;
}
</style>
background-color css
<style>
a { background-color: #4A0109; }
a { background-color: rgb(74,1,9); }
div.DivClassName
{
background-color: #4A0109;
}
.BgClassName
{
background-color: #4A0109;
}
</style>
border-color css
<style>
span { border-color: #4A0109; }
span { border-color: rgb(74,1,9); }
td.TdClassName
{
border-color: #4A0109;
}
.TagClassName
{
border-color: #4A0109;
}
</style>