Shades of Rustic Red #4B1617
Tints of Rustic Red #4B1617
RGB
CMYK
RGB Variations
Color information
#4B1617 (or 0x4B1617) is known color: Rustic Red. HEX triplet: 4B, 16 and 17. RGB value is (75,22,23). Sum of RGB (Red+Green+Blue) = 75+22+23=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1617 is #B4E9E8. Grayscale: #262626. Windows color (decimal): -11856361 or 1513035. OLE color: 1513035.
HSL color Cylindrical-coordinate representation of color #4B1617: hue angle of 358.87º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B1617 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 22 | 23 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.71 |
| HSL | 358.87º | 0.55% | 0.19% | - |
| HSV(B) | 358.87º | 0.71% | 0.29% | - |
| XYZ | 3.34 | 2.13 | 1.05 | - |
| YUV | 37.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 23 | 0 | 0.71 | 0.69 | 0.71 | 358.87 | 0.55 | 0.19 |
| Hex | 4B | 16 | 17 | 0 | 47 | 45 | 47 | 167 | 37 | 13 |
| Octal | 113 | 26 | 27 | 0 | 107 | 105 | 107 | 547 | 67 | 23 |
| Binary | 1001011 | 10110 | 10111 | 0 | 1000111 | 1000101 | 1000111 | 101100111 | 110111 | 10011 |
Color Harmonies of #4B1617
Complementary color
Monochromatic Colors of #4B1617
Black with #4B1617
Text Example
Text Example
White with #4B1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1617; }
p { color: rgb(75,22,23); }
H1.HeaderClassName
{
color: #4B1617;
}
.AnyTagClassName
{
color: #4B1617;
}
</style>
background-color css
<style>
a { background-color: #4B1617; }
a { background-color: rgb(75,22,23); }
div.DivClassName
{
background-color: #4B1617;
}
.BgClassName
{
background-color: #4B1617;
}
</style>
border-color css
<style>
span { border-color: #4B1617; }
span { border-color: rgb(75,22,23); }
td.TdClassName
{
border-color: #4B1617;
}
.TagClassName
{
border-color: #4B1617;
}
</style>