Shades of Rustic Red #4A090F
Tints of Rustic Red #4A090F
RGB
CMYK
RGB Variations
Color information
#4A090F (or 0x4A090F) is known color: Rustic Red. HEX triplet: 4A, 09 and 0F. RGB value is (74,9,15). Sum of RGB (Red+Green+Blue) = 74+9+15=98 (12% of max value = 765). Red value is 74 (29.30% from 255 or 75.51% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 74 - color contains mainly: red. Hex color #4A090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A090F is #B5F6F0. Grayscale: #1D1D1D. Windows color (decimal): -11925233 or 985418. OLE color: 985418.
HSL color Cylindrical-coordinate representation of color #4A090F: hue angle of 354.46º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A090F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 15 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.71 |
| HSL | 354.46º | 0.78% | 0.16% | - |
| HSV(B) | 354.46º | 0.88% | 0.29% | - |
| XYZ | 3.01 | 1.69 | 0.62 | - |
| YUV | 29.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 15 | 0 | 0.88 | 0.80 | 0.71 | 354.46 | 0.78 | 0.16 |
| Hex | 4A | 9 | F | 0 | 58 | 50 | 47 | 162 | 4E | 10 |
| Octal | 112 | 11 | 17 | 0 | 130 | 120 | 107 | 542 | 116 | 20 |
| Binary | 1001010 | 1001 | 1111 | 0 | 1011000 | 1010000 | 1000111 | 101100010 | 1001110 | 10000 |
Color Harmonies of #4A090F
Complementary color
Monochromatic Colors of #4A090F
Black with #4A090F
Text Example
Text Example
White with #4A090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A090F; }
p { color: rgb(74,9,15); }
H1.HeaderClassName
{
color: #4A090F;
}
.AnyTagClassName
{
color: #4A090F;
}
</style>
background-color css
<style>
a { background-color: #4A090F; }
a { background-color: rgb(74,9,15); }
div.DivClassName
{
background-color: #4A090F;
}
.BgClassName
{
background-color: #4A090F;
}
</style>
border-color css
<style>
span { border-color: #4A090F; }
span { border-color: rgb(74,9,15); }
td.TdClassName
{
border-color: #4A090F;
}
.TagClassName
{
border-color: #4A090F;
}
</style>