Shades of Rustic Red #4A0710
Tints of Rustic Red #4A0710
RGB
CMYK
RGB Variations
Color information
#4A0710 (or 0x4A0710) is known color: Rustic Red. HEX triplet: 4A, 07 and 10. RGB value is (74,7,16). Sum of RGB (Red+Green+Blue) = 74+7+16=97 (12% of max value = 765). Red value is 74 (29.30% from 255 or 76.29% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0710 is #B5F8EF. Grayscale: #1C1C1C. Windows color (decimal): -11925744 or 1050442. OLE color: 1050442.
HSL color Cylindrical-coordinate representation of color #4A0710: hue angle of 351.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0710 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 7 | 16 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.71 |
| HSL | 351.94º | 0.83% | 0.16% | - |
| HSV(B) | 351.94º | 0.91% | 0.29% | - |
| XYZ | 2.99 | 1.65 | 0.65 | - |
| YUV | 28.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 16 | 0 | 0.91 | 0.78 | 0.71 | 351.94 | 0.83 | 0.16 |
| Hex | 4A | 7 | 10 | 0 | 5B | 4E | 47 | 160 | 53 | 10 |
| Octal | 112 | 7 | 20 | 0 | 133 | 116 | 107 | 540 | 123 | 20 |
| Binary | 1001010 | 111 | 10000 | 0 | 1011011 | 1001110 | 1000111 | 101100000 | 1010011 | 10000 |
Color Harmonies of #4A0710
Complementary color
Monochromatic Colors of #4A0710
Black with #4A0710
Text Example
Text Example
White with #4A0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0710; }
p { color: rgb(74,7,16); }
H1.HeaderClassName
{
color: #4A0710;
}
.AnyTagClassName
{
color: #4A0710;
}
</style>
background-color css
<style>
a { background-color: #4A0710; }
a { background-color: rgb(74,7,16); }
div.DivClassName
{
background-color: #4A0710;
}
.BgClassName
{
background-color: #4A0710;
}
</style>
border-color css
<style>
span { border-color: #4A0710; }
span { border-color: rgb(74,7,16); }
td.TdClassName
{
border-color: #4A0710;
}
.TagClassName
{
border-color: #4A0710;
}
</style>