Shades of Rustic Red #4A0913
Tints of Rustic Red #4A0913
RGB
CMYK
RGB Variations
Color information
#4A0913 (or 0x4A0913) is known color: Rustic Red. HEX triplet: 4A, 09 and 13. RGB value is (74,9,19). Sum of RGB (Red+Green+Blue) = 74+9+19=102 (13% of max value = 765). Red value is 74 (29.30% from 255 or 72.55% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0913 is #B5F6EC. Grayscale: #1D1D1D. Windows color (decimal): -11925229 or 1247562. OLE color: 1247562.
HSL color Cylindrical-coordinate representation of color #4A0913: hue angle of 350.77º 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 #4A0913 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 19 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.71 |
| HSL | 350.77º | 0.78% | 0.16% | - |
| HSV(B) | 350.77º | 0.88% | 0.29% | - |
| XYZ | 3.04 | 1.7 | 0.78 | - |
| YUV | 29.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 19 | 0 | 0.88 | 0.74 | 0.71 | 350.77 | 0.78 | 0.16 |
| Hex | 4A | 9 | 13 | 0 | 58 | 4A | 47 | 15F | 4E | 10 |
| Octal | 112 | 11 | 23 | 0 | 130 | 112 | 107 | 537 | 116 | 20 |
| Binary | 1001010 | 1001 | 10011 | 0 | 1011000 | 1001010 | 1000111 | 101011111 | 1001110 | 10000 |
Color Harmonies of #4A0913
Complementary color
Monochromatic Colors of #4A0913
Black with #4A0913
Text Example
Text Example
White with #4A0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0913; }
p { color: rgb(74,9,19); }
H1.HeaderClassName
{
color: #4A0913;
}
.AnyTagClassName
{
color: #4A0913;
}
</style>
background-color css
<style>
a { background-color: #4A0913; }
a { background-color: rgb(74,9,19); }
div.DivClassName
{
background-color: #4A0913;
}
.BgClassName
{
background-color: #4A0913;
}
</style>
border-color css
<style>
span { border-color: #4A0913; }
span { border-color: rgb(74,9,19); }
td.TdClassName
{
border-color: #4A0913;
}
.TagClassName
{
border-color: #4A0913;
}
</style>