Shades of Rustic Red #300311
Tints of Rustic Red #300311
RGB
CMYK
RGB Variations
Color information
#300311 (or 0x300311) is known color: Rustic Red. HEX triplet: 30, 03 and 11. RGB value is (48,3,17). Sum of RGB (Red+Green+Blue) = 48+3+17=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300311 is #CFFCEE. Grayscale: #121212. Windows color (decimal): -13630703 or 1114928. OLE color: 1114928.
HSL color Cylindrical-coordinate representation of color #300311: hue angle of 341.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300311 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 17 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.81 |
| HSL | 341.33º | 0.88% | 0.1% | - |
| HSV(B) | 341.33º | 0.94% | 0.19% | - |
| XYZ | 1.35 | 0.73 | 0.6 | - |
| YUV | 18.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 17 | 0 | 0.94 | 0.65 | 0.81 | 341.33 | 0.88 | 0.1 |
| Hex | 30 | 3 | 11 | 0 | 5E | 41 | 51 | 155 | 58 | A |
| Octal | 60 | 3 | 21 | 0 | 136 | 101 | 121 | 525 | 130 | 12 |
| Binary | 110000 | 11 | 10001 | 0 | 1011110 | 1000001 | 1010001 | 101010101 | 1011000 | 1010 |
Color Harmonies of #300311
Complementary color
Monochromatic Colors of #300311
Black with #300311
Text Example
Text Example
White with #300311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300311; }
p { color: rgb(48,3,17); }
H1.HeaderClassName
{
color: #300311;
}
.AnyTagClassName
{
color: #300311;
}
</style>
background-color css
<style>
a { background-color: #300311; }
a { background-color: rgb(48,3,17); }
div.DivClassName
{
background-color: #300311;
}
.BgClassName
{
background-color: #300311;
}
</style>
border-color css
<style>
span { border-color: #300311; }
span { border-color: rgb(48,3,17); }
td.TdClassName
{
border-color: #300311;
}
.TagClassName
{
border-color: #300311;
}
</style>