Shades of Rustic Red #4A0809
Tints of Rustic Red #4A0809
RGB
CMYK
RGB Variations
Color information
#4A0809 (or 0x4A0809) is known color: Rustic Red. HEX triplet: 4A, 08 and 09. RGB value is (74,8,9). Sum of RGB (Red+Green+Blue) = 74+8+9=91 (12% of max value = 765). Red value is 74 (29.30% from 255 or 81.32% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0809 is #B5F7F6. Grayscale: #1B1B1B. Windows color (decimal): -11925495 or 591946. OLE color: 591946.
HSL color Cylindrical-coordinate representation of color #4A0809: hue angle of 359.09º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0809 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 9 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.71 |
| HSL | 359.09º | 0.8% | 0.16% | - |
| HSV(B) | 359.09º | 0.89% | 0.29% | - |
| XYZ | 2.96 | 1.65 | 0.42 | - |
| YUV | 27.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 9 | 0 | 0.89 | 0.88 | 0.71 | 359.09 | 0.8 | 0.16 |
| Hex | 4A | 8 | 9 | 0 | 59 | 58 | 47 | 167 | 50 | 10 |
| Octal | 112 | 10 | 11 | 0 | 131 | 130 | 107 | 547 | 120 | 20 |
| Binary | 1001010 | 1000 | 1001 | 0 | 1011001 | 1011000 | 1000111 | 101100111 | 1010000 | 10000 |
Color Harmonies of #4A0809
Complementary color
Monochromatic Colors of #4A0809
Black with #4A0809
Text Example
Text Example
White with #4A0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0809; }
p { color: rgb(74,8,9); }
H1.HeaderClassName
{
color: #4A0809;
}
.AnyTagClassName
{
color: #4A0809;
}
</style>
background-color css
<style>
a { background-color: #4A0809; }
a { background-color: rgb(74,8,9); }
div.DivClassName
{
background-color: #4A0809;
}
.BgClassName
{
background-color: #4A0809;
}
</style>
border-color css
<style>
span { border-color: #4A0809; }
span { border-color: rgb(74,8,9); }
td.TdClassName
{
border-color: #4A0809;
}
.TagClassName
{
border-color: #4A0809;
}
</style>