Shades of Rustic Red #4A1011
Tints of Rustic Red #4A1011
RGB
CMYK
RGB Variations
Color information
#4A1011 (or 0x4A1011) is known color: Rustic Red. HEX triplet: 4A, 10 and 11. RGB value is (74,16,17). Sum of RGB (Red+Green+Blue) = 74+16+17=107 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.16% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1011 is #B5EFEE. Grayscale: #212121. Windows color (decimal): -11923439 or 1118282. OLE color: 1118282.
HSL color Cylindrical-coordinate representation of color #4A1011: hue angle of 358.97º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A1011 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 16 | 17 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.71 |
| HSL | 358.97º | 0.64% | 0.18% | - |
| HSV(B) | 358.97º | 0.78% | 0.29% | - |
| XYZ | 3.11 | 1.87 | 0.73 | - |
| YUV | 33.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 17 | 0 | 0.78 | 0.77 | 0.71 | 358.97 | 0.64 | 0.18 |
| Hex | 4A | 10 | 11 | 0 | 4E | 4D | 47 | 167 | 40 | 12 |
| Octal | 112 | 20 | 21 | 0 | 116 | 115 | 107 | 547 | 100 | 22 |
| Binary | 1001010 | 10000 | 10001 | 0 | 1001110 | 1001101 | 1000111 | 101100111 | 1000000 | 10010 |
Color Harmonies of #4A1011
Complementary color
Monochromatic Colors of #4A1011
Black with #4A1011
Text Example
Text Example
White with #4A1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1011; }
p { color: rgb(74,16,17); }
H1.HeaderClassName
{
color: #4A1011;
}
.AnyTagClassName
{
color: #4A1011;
}
</style>
background-color css
<style>
a { background-color: #4A1011; }
a { background-color: rgb(74,16,17); }
div.DivClassName
{
background-color: #4A1011;
}
.BgClassName
{
background-color: #4A1011;
}
</style>
border-color css
<style>
span { border-color: #4A1011; }
span { border-color: rgb(74,16,17); }
td.TdClassName
{
border-color: #4A1011;
}
.TagClassName
{
border-color: #4A1011;
}
</style>