Shades of Rustic Red #4B010B
Tints of Rustic Red #4B010B
RGB
CMYK
RGB Variations
Color information
#4B010B (or 0x4B010B) is known color: Rustic Red. HEX triplet: 4B, 01 and 0B. RGB value is (75,1,11). Sum of RGB (Red+Green+Blue) = 75+1+11=87 (11% of max value = 765). Red value is 75 (29.69% from 255 or 86.21% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 75 - color contains mainly: red. Hex color #4B010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B010B is #B4FEF4. Grayscale: #181818. Windows color (decimal): -11861749 or 721227. OLE color: 721227.
HSL color Cylindrical-coordinate representation of color #4B010B: hue angle of 351.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B010B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.71 |
| HSL | 351.89º | 0.97% | 0.15% | - |
| HSV(B) | 351.89º | 0.99% | 0.29% | - |
| XYZ | 2.97 | 1.54 | 0.46 | - |
| YUV | 24.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 11 | 0 | 0.99 | 0.85 | 0.71 | 351.89 | 0.97 | 0.15 |
| Hex | 4B | 1 | B | 0 | 63 | 55 | 47 | 160 | 61 | F |
| Octal | 113 | 1 | 13 | 0 | 143 | 125 | 107 | 540 | 141 | 17 |
| Binary | 1001011 | 1 | 1011 | 0 | 1100011 | 1010101 | 1000111 | 101100000 | 1100001 | 1111 |
Color Harmonies of #4B010B
Complementary color
Monochromatic Colors of #4B010B
Black with #4B010B
Text Example
Text Example
White with #4B010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B010B; }
p { color: rgb(75,1,11); }
H1.HeaderClassName
{
color: #4B010B;
}
.AnyTagClassName
{
color: #4B010B;
}
</style>
background-color css
<style>
a { background-color: #4B010B; }
a { background-color: rgb(75,1,11); }
div.DivClassName
{
background-color: #4B010B;
}
.BgClassName
{
background-color: #4B010B;
}
</style>
border-color css
<style>
span { border-color: #4B010B; }
span { border-color: rgb(75,1,11); }
td.TdClassName
{
border-color: #4B010B;
}
.TagClassName
{
border-color: #4B010B;
}
</style>