Shades of Rustic Red #4A030B
Tints of Rustic Red #4A030B
RGB
CMYK
RGB Variations
Color information
#4A030B (or 0x4A030B) is known color: Rustic Red. HEX triplet: 4A, 03 and 0B. RGB value is (74,3,11). Sum of RGB (Red+Green+Blue) = 74+3+11=88 (11% of max value = 765). Red value is 74 (29.30% from 255 or 84.09% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 74 - color contains mainly: red. Hex color #4A030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A030B is #B5FCF4. Grayscale: #191919. Windows color (decimal): -11926773 or 721738. OLE color: 721738.
HSL color Cylindrical-coordinate representation of color #4A030B: hue angle of 353.24º 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 #4A030B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 3 | 11 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.71 |
| HSL | 353.24º | 0.92% | 0.15% | - |
| HSV(B) | 353.24º | 0.96% | 0.29% | - |
| XYZ | 2.92 | 1.55 | 0.46 | - |
| YUV | 25.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 11 | 0 | 0.96 | 0.85 | 0.71 | 353.24 | 0.92 | 0.15 |
| Hex | 4A | 3 | B | 0 | 60 | 55 | 47 | 161 | 5C | F |
| Octal | 112 | 3 | 13 | 0 | 140 | 125 | 107 | 541 | 134 | 17 |
| Binary | 1001010 | 11 | 1011 | 0 | 1100000 | 1010101 | 1000111 | 101100001 | 1011100 | 1111 |
Color Harmonies of #4A030B
Complementary color
Monochromatic Colors of #4A030B
Black with #4A030B
Text Example
Text Example
White with #4A030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A030B; }
p { color: rgb(74,3,11); }
H1.HeaderClassName
{
color: #4A030B;
}
.AnyTagClassName
{
color: #4A030B;
}
</style>
background-color css
<style>
a { background-color: #4A030B; }
a { background-color: rgb(74,3,11); }
div.DivClassName
{
background-color: #4A030B;
}
.BgClassName
{
background-color: #4A030B;
}
</style>
border-color css
<style>
span { border-color: #4A030B; }
span { border-color: rgb(74,3,11); }
td.TdClassName
{
border-color: #4A030B;
}
.TagClassName
{
border-color: #4A030B;
}
</style>