Shades of Rustic Red #301118
Tints of Rustic Red #301118
RGB
CMYK
RGB Variations
Color information
#301118 (or 0x301118) is known color: Rustic Red. HEX triplet: 30, 11 and 18. RGB value is (48,17,24). Sum of RGB (Red+Green+Blue) = 48+17+24=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301118 is #CFEEE7. Grayscale: #1B1B1B. Windows color (decimal): -13627112 or 1577264. OLE color: 1577264.
HSL color Cylindrical-coordinate representation of color #301118: hue angle of 346.45º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301118 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 24 | - |
| CMYK | 0 | 0.65 | 0.5 | 0.81 |
| HSL | 346.45º | 0.48% | 0.13% | - |
| HSV(B) | 346.45º | 0.65% | 0.19% | - |
| XYZ | 1.58 | 1.1 | 0.99 | - |
| YUV | 27.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 24 | 0 | 0.65 | 0.5 | 0.81 | 346.45 | 0.48 | 0.13 |
| Hex | 30 | 11 | 18 | 0 | 41 | 32 | 51 | 15A | 30 | D |
| Octal | 60 | 21 | 30 | 0 | 101 | 62 | 121 | 532 | 60 | 15 |
| Binary | 110000 | 10001 | 11000 | 0 | 1000001 | 110010 | 1010001 | 101011010 | 110000 | 1101 |
Color Harmonies of #301118
Complementary color
Monochromatic Colors of #301118
Black with #301118
Text Example
Text Example
White with #301118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301118; }
p { color: rgb(48,17,24); }
H1.HeaderClassName
{
color: #301118;
}
.AnyTagClassName
{
color: #301118;
}
</style>
background-color css
<style>
a { background-color: #301118; }
a { background-color: rgb(48,17,24); }
div.DivClassName
{
background-color: #301118;
}
.BgClassName
{
background-color: #301118;
}
</style>
border-color css
<style>
span { border-color: #301118; }
span { border-color: rgb(48,17,24); }
td.TdClassName
{
border-color: #301118;
}
.TagClassName
{
border-color: #301118;
}
</style>