Shades of Rustic Red #4A090B
Tints of Rustic Red #4A090B
RGB
CMYK
RGB Variations
Color information
#4A090B (or 0x4A090B) is known color: Rustic Red. HEX triplet: 4A, 09 and 0B. RGB value is (74,9,11). Sum of RGB (Red+Green+Blue) = 74+9+11=94 (12% of max value = 765). Red value is 74 (29.30% from 255 or 78.72% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 74 - color contains mainly: red. Hex color #4A090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A090B is #B5F6F4. Grayscale: #1C1C1C. Windows color (decimal): -11925237 or 723274. OLE color: 723274.
HSL color Cylindrical-coordinate representation of color #4A090B: hue angle of 358.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A090B is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 11 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.71 |
| HSL | 358.15º | 0.78% | 0.16% | - |
| HSV(B) | 358.15º | 0.88% | 0.29% | - |
| XYZ | 2.98 | 1.68 | 0.48 | - |
| YUV | 28.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 11 | 0 | 0.88 | 0.85 | 0.71 | 358.15 | 0.78 | 0.16 |
| Hex | 4A | 9 | B | 0 | 58 | 55 | 47 | 166 | 4E | 10 |
| Octal | 112 | 11 | 13 | 0 | 130 | 125 | 107 | 546 | 116 | 20 |
| Binary | 1001010 | 1001 | 1011 | 0 | 1011000 | 1010101 | 1000111 | 101100110 | 1001110 | 10000 |
Color Harmonies of #4A090B
Complementary color
Monochromatic Colors of #4A090B
Black with #4A090B
Text Example
Text Example
White with #4A090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A090B; }
p { color: rgb(74,9,11); }
H1.HeaderClassName
{
color: #4A090B;
}
.AnyTagClassName
{
color: #4A090B;
}
</style>
background-color css
<style>
a { background-color: #4A090B; }
a { background-color: rgb(74,9,11); }
div.DivClassName
{
background-color: #4A090B;
}
.BgClassName
{
background-color: #4A090B;
}
</style>
border-color css
<style>
span { border-color: #4A090B; }
span { border-color: rgb(74,9,11); }
td.TdClassName
{
border-color: #4A090B;
}
.TagClassName
{
border-color: #4A090B;
}
</style>