Shades of Rustic Red #4A030D
Tints of Rustic Red #4A030D
RGB
CMYK
RGB Variations
Color information
#4A030D (or 0x4A030D) is known color: Rustic Red. HEX triplet: 4A, 03 and 0D. RGB value is (74,3,13). Sum of RGB (Red+Green+Blue) = 74+3+13=90 (11% of max value = 765). Red value is 74 (29.30% from 255 or 82.22% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 74 - color contains mainly: red. Hex color #4A030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A030D is #B5FCF2. Grayscale: #191919. Windows color (decimal): -11926771 or 852810. OLE color: 852810.
HSL color Cylindrical-coordinate representation of color #4A030D: hue angle of 351.55º 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 #4A030D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 13 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.71 |
| HSL | 351.55º | 0.92% | 0.15% | - |
| HSV(B) | 351.55º | 0.96% | 0.29% | - |
| XYZ | 2.93 | 1.55 | 0.53 | - |
| YUV | 25.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 13 | 0 | 0.96 | 0.82 | 0.71 | 351.55 | 0.92 | 0.15 |
| Hex | 4A | 3 | D | 0 | 60 | 52 | 47 | 160 | 5C | F |
| Octal | 112 | 3 | 15 | 0 | 140 | 122 | 107 | 540 | 134 | 17 |
| Binary | 1001010 | 11 | 1101 | 0 | 1100000 | 1010010 | 1000111 | 101100000 | 1011100 | 1111 |
Color Harmonies of #4A030D
Complementary color
Monochromatic Colors of #4A030D
Black with #4A030D
Text Example
Text Example
White with #4A030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A030D; }
p { color: rgb(74,3,13); }
H1.HeaderClassName
{
color: #4A030D;
}
.AnyTagClassName
{
color: #4A030D;
}
</style>
background-color css
<style>
a { background-color: #4A030D; }
a { background-color: rgb(74,3,13); }
div.DivClassName
{
background-color: #4A030D;
}
.BgClassName
{
background-color: #4A030D;
}
</style>
border-color css
<style>
span { border-color: #4A030D; }
span { border-color: rgb(74,3,13); }
td.TdClassName
{
border-color: #4A030D;
}
.TagClassName
{
border-color: #4A030D;
}
</style>