Shades of Rustic Red #4B0108
Tints of Rustic Red #4B0108
RGB
CMYK
RGB Variations
Color information
#4B0108 (or 0x4B0108) is known color: Rustic Red. HEX triplet: 4B, 01 and 08. RGB value is (75,1,8). Sum of RGB (Red+Green+Blue) = 75+1+8=84 (11% of max value = 765). Red value is 75 (29.69% from 255 or 89.29% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0108 is #B4FEF7. Grayscale: #171717. Windows color (decimal): -11861752 or 524619. OLE color: 524619.
HSL color Cylindrical-coordinate representation of color #4B0108: hue angle of 354.32º 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 #4B0108 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.71 |
| HSL | 354.32º | 0.97% | 0.15% | - |
| HSV(B) | 354.32º | 0.99% | 0.29% | - |
| XYZ | 2.96 | 1.54 | 0.37 | - |
| YUV | 23.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 8 | 0 | 0.99 | 0.89 | 0.71 | 354.32 | 0.97 | 0.15 |
| Hex | 4B | 1 | 8 | 0 | 63 | 59 | 47 | 162 | 61 | F |
| Octal | 113 | 1 | 10 | 0 | 143 | 131 | 107 | 542 | 141 | 17 |
| Binary | 1001011 | 1 | 1000 | 0 | 1100011 | 1011001 | 1000111 | 101100010 | 1100001 | 1111 |
Color Harmonies of #4B0108
Complementary color
Monochromatic Colors of #4B0108
Black with #4B0108
Text Example
Text Example
White with #4B0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0108; }
p { color: rgb(75,1,8); }
H1.HeaderClassName
{
color: #4B0108;
}
.AnyTagClassName
{
color: #4B0108;
}
</style>
background-color css
<style>
a { background-color: #4B0108; }
a { background-color: rgb(75,1,8); }
div.DivClassName
{
background-color: #4B0108;
}
.BgClassName
{
background-color: #4B0108;
}
</style>
border-color css
<style>
span { border-color: #4B0108; }
span { border-color: rgb(75,1,8); }
td.TdClassName
{
border-color: #4B0108;
}
.TagClassName
{
border-color: #4B0108;
}
</style>