Shades of Rustic Red #4B050A
Tints of Rustic Red #4B050A
RGB
CMYK
RGB Variations
Color information
#4B050A (or 0x4B050A) is known color: Rustic Red. HEX triplet: 4B, 05 and 0A. RGB value is (75,5,10). Sum of RGB (Red+Green+Blue) = 75+5+10=90 (11% of max value = 765). Red value is 75 (29.69% from 255 or 83.33% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 75 - color contains mainly: red. Hex color #4B050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B050A is #B4FAF5. Grayscale: #1A1A1A. Windows color (decimal): -11860726 or 656715. OLE color: 656715.
HSL color Cylindrical-coordinate representation of color #4B050A: hue angle of 355.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B050A is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 10 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.71 |
| HSL | 355.71º | 0.88% | 0.16% | - |
| HSV(B) | 355.71º | 0.93% | 0.29% | - |
| XYZ | 3.01 | 1.63 | 0.44 | - |
| YUV | 26.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 10 | 0 | 0.93 | 0.87 | 0.71 | 355.71 | 0.88 | 0.16 |
| Hex | 4B | 5 | A | 0 | 5D | 57 | 47 | 164 | 58 | 10 |
| Octal | 113 | 5 | 12 | 0 | 135 | 127 | 107 | 544 | 130 | 20 |
| Binary | 1001011 | 101 | 1010 | 0 | 1011101 | 1010111 | 1000111 | 101100100 | 1011000 | 10000 |
Color Harmonies of #4B050A
Complementary color
Monochromatic Colors of #4B050A
Black with #4B050A
Text Example
Text Example
White with #4B050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B050A; }
p { color: rgb(75,5,10); }
H1.HeaderClassName
{
color: #4B050A;
}
.AnyTagClassName
{
color: #4B050A;
}
</style>
background-color css
<style>
a { background-color: #4B050A; }
a { background-color: rgb(75,5,10); }
div.DivClassName
{
background-color: #4B050A;
}
.BgClassName
{
background-color: #4B050A;
}
</style>
border-color css
<style>
span { border-color: #4B050A; }
span { border-color: rgb(75,5,10); }
td.TdClassName
{
border-color: #4B050A;
}
.TagClassName
{
border-color: #4B050A;
}
</style>