Shades of Rustic Red #49030B
Tints of Rustic Red #49030B
RGB
CMYK
RGB Variations
Color information
#49030B (or 0x49030B) is known color: Rustic Red. HEX triplet: 49, 03 and 0B. RGB value is (73,3,11). Sum of RGB (Red+Green+Blue) = 73+3+11=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #49030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030B is #B6FCF4. Grayscale: #181818. Windows color (decimal): -11992309 or 721737. OLE color: 721737.
HSL color Cylindrical-coordinate representation of color #49030B: hue angle of 353.14º 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 #49030B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 11 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.71 |
| HSL | 353.14º | 0.92% | 0.15% | - |
| HSV(B) | 353.14º | 0.96% | 0.29% | - |
| XYZ | 2.84 | 1.51 | 0.46 | - |
| YUV | 24.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 11 | 0 | 0.96 | 0.85 | 0.71 | 353.14 | 0.92 | 0.15 |
| Hex | 49 | 3 | B | 0 | 60 | 55 | 47 | 161 | 5C | F |
| Octal | 111 | 3 | 13 | 0 | 140 | 125 | 107 | 541 | 134 | 17 |
| Binary | 1001001 | 11 | 1011 | 0 | 1100000 | 1010101 | 1000111 | 101100001 | 1011100 | 1111 |
Color Harmonies of #49030B
Complementary color
Monochromatic Colors of #49030B
Black with #49030B
Text Example
Text Example
White with #49030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49030B; }
p { color: rgb(73,3,11); }
H1.HeaderClassName
{
color: #49030B;
}
.AnyTagClassName
{
color: #49030B;
}
</style>
background-color css
<style>
a { background-color: #49030B; }
a { background-color: rgb(73,3,11); }
div.DivClassName
{
background-color: #49030B;
}
.BgClassName
{
background-color: #49030B;
}
</style>
border-color css
<style>
span { border-color: #49030B; }
span { border-color: rgb(73,3,11); }
td.TdClassName
{
border-color: #49030B;
}
.TagClassName
{
border-color: #49030B;
}
</style>