Shades of Rustic Red #300B14
Tints of Rustic Red #300B14
RGB
CMYK
RGB Variations
Color information
#300B14 (or 0x300B14) is known color: Rustic Red. HEX triplet: 30, 0B and 14. RGB value is (48,11,20). Sum of RGB (Red+Green+Blue) = 48+11+20=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B14 is #CFF4EB. Grayscale: #171717. Windows color (decimal): -13628652 or 1313584. OLE color: 1313584.
HSL color Cylindrical-coordinate representation of color #300B14: hue angle of 345.41º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B14 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 20 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.81 |
| HSL | 345.41º | 0.63% | 0.12% | - |
| HSV(B) | 345.41º | 0.77% | 0.19% | - |
| XYZ | 1.46 | 0.92 | 0.76 | - |
| YUV | 23.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 20 | 0 | 0.77 | 0.58 | 0.81 | 345.41 | 0.63 | 0.12 |
| Hex | 30 | B | 14 | 0 | 4D | 3A | 51 | 159 | 3F | C |
| Octal | 60 | 13 | 24 | 0 | 115 | 72 | 121 | 531 | 77 | 14 |
| Binary | 110000 | 1011 | 10100 | 0 | 1001101 | 111010 | 1010001 | 101011001 | 111111 | 1100 |
Color Harmonies of #300B14
Complementary color
Monochromatic Colors of #300B14
Black with #300B14
Text Example
Text Example
White with #300B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B14; }
p { color: rgb(48,11,20); }
H1.HeaderClassName
{
color: #300B14;
}
.AnyTagClassName
{
color: #300B14;
}
</style>
background-color css
<style>
a { background-color: #300B14; }
a { background-color: rgb(48,11,20); }
div.DivClassName
{
background-color: #300B14;
}
.BgClassName
{
background-color: #300B14;
}
</style>
border-color css
<style>
span { border-color: #300B14; }
span { border-color: rgb(48,11,20); }
td.TdClassName
{
border-color: #300B14;
}
.TagClassName
{
border-color: #300B14;
}
</style>