Shades of Rustic Red #301617
Tints of Rustic Red #301617
RGB
CMYK
RGB Variations
Color information
#301617 (or 0x301617) is known color: Rustic Red. HEX triplet: 30, 16 and 17. RGB value is (48,22,23). Sum of RGB (Red+Green+Blue) = 48+22+23=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301617 is #CFE9E8. Grayscale: #1D1D1D. Windows color (decimal): -13625833 or 1513008. OLE color: 1513008.
HSL color Cylindrical-coordinate representation of color #301617: hue angle of 357.69º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301617 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 23 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.81 |
| HSL | 357.69º | 0.37% | 0.14% | - |
| HSV(B) | 357.69º | 0.54% | 0.19% | - |
| XYZ | 1.66 | 1.26 | 0.97 | - |
| YUV | 29.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 23 | 0 | 0.54 | 0.52 | 0.81 | 357.69 | 0.37 | 0.14 |
| Hex | 30 | 16 | 17 | 0 | 36 | 34 | 51 | 166 | 25 | E |
| Octal | 60 | 26 | 27 | 0 | 66 | 64 | 121 | 546 | 45 | 16 |
| Binary | 110000 | 10110 | 10111 | 0 | 110110 | 110100 | 1010001 | 101100110 | 100101 | 1110 |
Color Harmonies of #301617
Complementary color
Monochromatic Colors of #301617
Black with #301617
Text Example
Text Example
White with #301617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301617; }
p { color: rgb(48,22,23); }
H1.HeaderClassName
{
color: #301617;
}
.AnyTagClassName
{
color: #301617;
}
</style>
background-color css
<style>
a { background-color: #301617; }
a { background-color: rgb(48,22,23); }
div.DivClassName
{
background-color: #301617;
}
.BgClassName
{
background-color: #301617;
}
</style>
border-color css
<style>
span { border-color: #301617; }
span { border-color: rgb(48,22,23); }
td.TdClassName
{
border-color: #301617;
}
.TagClassName
{
border-color: #301617;
}
</style>