Shades of Rustic Red #4B0F13
Tints of Rustic Red #4B0F13
RGB
CMYK
RGB Variations
Color information
#4B0F13 (or 0x4B0F13) is known color: Rustic Red. HEX triplet: 4B, 0F and 13. RGB value is (75,15,19). Sum of RGB (Red+Green+Blue) = 75+15+19=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0F13 is #B4F0EC. Grayscale: #212121. Windows color (decimal): -11858157 or 1249099. OLE color: 1249099.
HSL color Cylindrical-coordinate representation of color #4B0F13: hue angle of 356º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B0F13 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 15 | 19 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.71 |
| HSL | 356º | 0.67% | 0.18% | - |
| HSV(B) | 356º | 0.8% | 0.29% | - |
| XYZ | 3.19 | 1.88 | 0.81 | - |
| YUV | 33.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 19 | 0 | 0.80 | 0.75 | 0.71 | 356 | 0.67 | 0.18 |
| Hex | 4B | F | 13 | 0 | 50 | 4B | 47 | 164 | 43 | 12 |
| Octal | 113 | 17 | 23 | 0 | 120 | 113 | 107 | 544 | 103 | 22 |
| Binary | 1001011 | 1111 | 10011 | 0 | 1010000 | 1001011 | 1000111 | 101100100 | 1000011 | 10010 |
Color Harmonies of #4B0F13
Complementary color
Monochromatic Colors of #4B0F13
Black with #4B0F13
Text Example
Text Example
White with #4B0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0F13; }
p { color: rgb(75,15,19); }
H1.HeaderClassName
{
color: #4B0F13;
}
.AnyTagClassName
{
color: #4B0F13;
}
</style>
background-color css
<style>
a { background-color: #4B0F13; }
a { background-color: rgb(75,15,19); }
div.DivClassName
{
background-color: #4B0F13;
}
.BgClassName
{
background-color: #4B0F13;
}
</style>
border-color css
<style>
span { border-color: #4B0F13; }
span { border-color: rgb(75,15,19); }
td.TdClassName
{
border-color: #4B0F13;
}
.TagClassName
{
border-color: #4B0F13;
}
</style>