Shades of Rustic Red #30111A
Tints of Rustic Red #30111A
RGB
CMYK
RGB Variations
Color information
#30111A (or 0x30111A) is known color: Rustic Red. HEX triplet: 30, 11 and 1A. RGB value is (48,17,26). Sum of RGB (Red+Green+Blue) = 48+17+26=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #30111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30111A is #CFEEE5. Grayscale: #1B1B1B. Windows color (decimal): -13627110 or 1708336. OLE color: 1708336.
HSL color Cylindrical-coordinate representation of color #30111A: hue angle of 342.58º 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 #30111A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 26 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.81 |
| HSL | 342.58º | 0.48% | 0.13% | - |
| HSV(B) | 342.58º | 0.65% | 0.19% | - |
| XYZ | 1.61 | 1.1 | 1.11 | - |
| YUV | 27.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 26 | 0 | 0.65 | 0.46 | 0.81 | 342.58 | 0.48 | 0.13 |
| Hex | 30 | 11 | 1A | 0 | 41 | 2E | 51 | 157 | 30 | D |
| Octal | 60 | 21 | 32 | 0 | 101 | 56 | 121 | 527 | 60 | 15 |
| Binary | 110000 | 10001 | 11010 | 0 | 1000001 | 101110 | 1010001 | 101010111 | 110000 | 1101 |
Color Harmonies of #30111A
Complementary color
Monochromatic Colors of #30111A
Black with #30111A
Text Example
Text Example
White with #30111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30111A; }
p { color: rgb(48,17,26); }
H1.HeaderClassName
{
color: #30111A;
}
.AnyTagClassName
{
color: #30111A;
}
</style>
background-color css
<style>
a { background-color: #30111A; }
a { background-color: rgb(48,17,26); }
div.DivClassName
{
background-color: #30111A;
}
.BgClassName
{
background-color: #30111A;
}
</style>
border-color css
<style>
span { border-color: #30111A; }
span { border-color: rgb(48,17,26); }
td.TdClassName
{
border-color: #30111A;
}
.TagClassName
{
border-color: #30111A;
}
</style>