Shades of Rustic Red #4A0311
Tints of Rustic Red #4A0311
RGB
CMYK
RGB Variations
Color information
#4A0311 (or 0x4A0311) is known color: Rustic Red. HEX triplet: 4A, 03 and 11. RGB value is (74,3,17). Sum of RGB (Red+Green+Blue) = 74+3+17=94 (12% of max value = 765). Red value is 74 (29.30% from 255 or 78.72% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0311 is #B5FCEE. Grayscale: #191919. Windows color (decimal): -11926767 or 1114954. OLE color: 1114954.
HSL color Cylindrical-coordinate representation of color #4A0311: hue angle of 348.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0311 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 17 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.71 |
| HSL | 348.17º | 0.92% | 0.15% | - |
| HSV(B) | 348.17º | 0.96% | 0.29% | - |
| XYZ | 2.96 | 1.56 | 0.68 | - |
| YUV | 25.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 17 | 0 | 0.96 | 0.77 | 0.71 | 348.17 | 0.92 | 0.15 |
| Hex | 4A | 3 | 11 | 0 | 60 | 4D | 47 | 15C | 5C | F |
| Octal | 112 | 3 | 21 | 0 | 140 | 115 | 107 | 534 | 134 | 17 |
| Binary | 1001010 | 11 | 10001 | 0 | 1100000 | 1001101 | 1000111 | 101011100 | 1011100 | 1111 |
Color Harmonies of #4A0311
Complementary color
Monochromatic Colors of #4A0311
Black with #4A0311
Text Example
Text Example
White with #4A0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0311; }
p { color: rgb(74,3,17); }
H1.HeaderClassName
{
color: #4A0311;
}
.AnyTagClassName
{
color: #4A0311;
}
</style>
background-color css
<style>
a { background-color: #4A0311; }
a { background-color: rgb(74,3,17); }
div.DivClassName
{
background-color: #4A0311;
}
.BgClassName
{
background-color: #4A0311;
}
</style>
border-color css
<style>
span { border-color: #4A0311; }
span { border-color: rgb(74,3,17); }
td.TdClassName
{
border-color: #4A0311;
}
.TagClassName
{
border-color: #4A0311;
}
</style>