Shades of Rustic Red #301112
Tints of Rustic Red #301112
RGB
CMYK
RGB Variations
Color information
#301112 (or 0x301112) is known color: Rustic Red. HEX triplet: 30, 11 and 12. RGB value is (48,17,18). Sum of RGB (Red+Green+Blue) = 48+17+18=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301112 is #CFEEED. Grayscale: #1A1A1A. Windows color (decimal): -13627118 or 1184048. OLE color: 1184048.
HSL color Cylindrical-coordinate representation of color #301112: hue angle of 358.06º 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 #301112 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 18 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.81 |
| HSL | 358.06º | 0.48% | 0.13% | - |
| HSV(B) | 358.06º | 0.65% | 0.19% | - |
| XYZ | 1.53 | 1.07 | 0.7 | - |
| YUV | 26.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 18 | 0 | 0.65 | 0.63 | 0.81 | 358.06 | 0.48 | 0.13 |
| Hex | 30 | 11 | 12 | 0 | 41 | 3F | 51 | 166 | 30 | D |
| Octal | 60 | 21 | 22 | 0 | 101 | 77 | 121 | 546 | 60 | 15 |
| Binary | 110000 | 10001 | 10010 | 0 | 1000001 | 111111 | 1010001 | 101100110 | 110000 | 1101 |
Color Harmonies of #301112
Complementary color
Monochromatic Colors of #301112
Black with #301112
Text Example
Text Example
White with #301112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301112; }
p { color: rgb(48,17,18); }
H1.HeaderClassName
{
color: #301112;
}
.AnyTagClassName
{
color: #301112;
}
</style>
background-color css
<style>
a { background-color: #301112; }
a { background-color: rgb(48,17,18); }
div.DivClassName
{
background-color: #301112;
}
.BgClassName
{
background-color: #301112;
}
</style>
border-color css
<style>
span { border-color: #301112; }
span { border-color: rgb(48,17,18); }
td.TdClassName
{
border-color: #301112;
}
.TagClassName
{
border-color: #301112;
}
</style>