Shades of Rustic Red #4A080D
Tints of Rustic Red #4A080D
RGB
CMYK
RGB Variations
Color information
#4A080D (or 0x4A080D) is known color: Rustic Red. HEX triplet: 4A, 08 and 0D. RGB value is (74,8,13). Sum of RGB (Red+Green+Blue) = 74+8+13=95 (12% of max value = 765). Red value is 74 (29.30% from 255 or 77.89% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 74 - color contains mainly: red. Hex color #4A080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A080D is #B5F7F2. Grayscale: #1C1C1C. Windows color (decimal): -11925491 or 854090. OLE color: 854090.
HSL color Cylindrical-coordinate representation of color #4A080D: hue angle of 355.45º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A080D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 13 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.71 |
| HSL | 355.45º | 0.8% | 0.16% | - |
| HSV(B) | 355.45º | 0.89% | 0.29% | - |
| XYZ | 2.98 | 1.66 | 0.54 | - |
| YUV | 28.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 13 | 0 | 0.89 | 0.82 | 0.71 | 355.45 | 0.8 | 0.16 |
| Hex | 4A | 8 | D | 0 | 59 | 52 | 47 | 163 | 50 | 10 |
| Octal | 112 | 10 | 15 | 0 | 131 | 122 | 107 | 543 | 120 | 20 |
| Binary | 1001010 | 1000 | 1101 | 0 | 1011001 | 1010010 | 1000111 | 101100011 | 1010000 | 10000 |
Color Harmonies of #4A080D
Complementary color
Monochromatic Colors of #4A080D
Black with #4A080D
Text Example
Text Example
White with #4A080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A080D; }
p { color: rgb(74,8,13); }
H1.HeaderClassName
{
color: #4A080D;
}
.AnyTagClassName
{
color: #4A080D;
}
</style>
background-color css
<style>
a { background-color: #4A080D; }
a { background-color: rgb(74,8,13); }
div.DivClassName
{
background-color: #4A080D;
}
.BgClassName
{
background-color: #4A080D;
}
</style>
border-color css
<style>
span { border-color: #4A080D; }
span { border-color: rgb(74,8,13); }
td.TdClassName
{
border-color: #4A080D;
}
.TagClassName
{
border-color: #4A080D;
}
</style>