Shades of Rustic Red #4B090A
Tints of Rustic Red #4B090A
RGB
CMYK
RGB Variations
Color information
#4B090A (or 0x4B090A) is known color: Rustic Red. HEX triplet: 4B, 09 and 0A. RGB value is (75,9,10). Sum of RGB (Red+Green+Blue) = 75+9+10=94 (12% of max value = 765). Red value is 75 (29.69% from 255 or 79.79% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 75 - color contains mainly: red. Hex color #4B090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B090A is #B4F6F5. Grayscale: #1C1C1C. Windows color (decimal): -11859702 or 657739. OLE color: 657739.
HSL color Cylindrical-coordinate representation of color #4B090A: hue angle of 359.09º degrees, saturation: 0.79, 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 #4B090A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 10 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.71 |
| HSL | 359.09º | 0.79% | 0.16% | - |
| HSV(B) | 359.09º | 0.88% | 0.29% | - |
| XYZ | 3.05 | 1.71 | 0.46 | - |
| YUV | 28.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 10 | 0 | 0.88 | 0.87 | 0.71 | 359.09 | 0.79 | 0.16 |
| Hex | 4B | 9 | A | 0 | 58 | 57 | 47 | 167 | 4F | 10 |
| Octal | 113 | 11 | 12 | 0 | 130 | 127 | 107 | 547 | 117 | 20 |
| Binary | 1001011 | 1001 | 1010 | 0 | 1011000 | 1010111 | 1000111 | 101100111 | 1001111 | 10000 |
Color Harmonies of #4B090A
Complementary color
Monochromatic Colors of #4B090A
Black with #4B090A
Text Example
Text Example
White with #4B090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B090A; }
p { color: rgb(75,9,10); }
H1.HeaderClassName
{
color: #4B090A;
}
.AnyTagClassName
{
color: #4B090A;
}
</style>
background-color css
<style>
a { background-color: #4B090A; }
a { background-color: rgb(75,9,10); }
div.DivClassName
{
background-color: #4B090A;
}
.BgClassName
{
background-color: #4B090A;
}
</style>
border-color css
<style>
span { border-color: #4B090A; }
span { border-color: rgb(75,9,10); }
td.TdClassName
{
border-color: #4B090A;
}
.TagClassName
{
border-color: #4B090A;
}
</style>