Shades of Rustic Red #4B050C
Tints of Rustic Red #4B050C
RGB
CMYK
RGB Variations
Color information
#4B050C (or 0x4B050C) is known color: Rustic Red. HEX triplet: 4B, 05 and 0C. RGB value is (75,5,12). Sum of RGB (Red+Green+Blue) = 75+5+12=92 (12% of max value = 765). Red value is 75 (29.69% from 255 or 81.52% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 75 - color contains mainly: red. Hex color #4B050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B050C is #B4FAF3. Grayscale: #1A1A1A. Windows color (decimal): -11860724 or 787787. OLE color: 787787.
HSL color Cylindrical-coordinate representation of color #4B050C: hue angle of 354º 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 #4B050C is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 12 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.71 |
| HSL | 354º | 0.88% | 0.16% | - |
| HSV(B) | 354º | 0.93% | 0.29% | - |
| XYZ | 3.02 | 1.63 | 0.5 | - |
| YUV | 26.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 12 | 0 | 0.93 | 0.84 | 0.71 | 354 | 0.88 | 0.16 |
| Hex | 4B | 5 | C | 0 | 5D | 54 | 47 | 162 | 58 | 10 |
| Octal | 113 | 5 | 14 | 0 | 135 | 124 | 107 | 542 | 130 | 20 |
| Binary | 1001011 | 101 | 1100 | 0 | 1011101 | 1010100 | 1000111 | 101100010 | 1011000 | 10000 |
Color Harmonies of #4B050C
Complementary color
Monochromatic Colors of #4B050C
Black with #4B050C
Text Example
Text Example
White with #4B050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B050C; }
p { color: rgb(75,5,12); }
H1.HeaderClassName
{
color: #4B050C;
}
.AnyTagClassName
{
color: #4B050C;
}
</style>
background-color css
<style>
a { background-color: #4B050C; }
a { background-color: rgb(75,5,12); }
div.DivClassName
{
background-color: #4B050C;
}
.BgClassName
{
background-color: #4B050C;
}
</style>
border-color css
<style>
span { border-color: #4B050C; }
span { border-color: rgb(75,5,12); }
td.TdClassName
{
border-color: #4B050C;
}
.TagClassName
{
border-color: #4B050C;
}
</style>