Shades of Rustic Red #300B0E
Tints of Rustic Red #300B0E
RGB
CMYK
RGB Variations
Color information
#300B0E (or 0x300B0E) is known color: Rustic Red. HEX triplet: 30, 0B and 0E. RGB value is (48,11,14). Sum of RGB (Red+Green+Blue) = 48+11+14=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0E is #CFF4F1. Grayscale: #161616. Windows color (decimal): -13628658 or 920368. OLE color: 920368.
HSL color Cylindrical-coordinate representation of color #300B0E: hue angle of 355.14º 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 #300B0E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 14 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.81 |
| HSL | 355.14º | 0.63% | 0.12% | - |
| HSV(B) | 355.14º | 0.77% | 0.19% | - |
| XYZ | 1.42 | 0.9 | 0.51 | - |
| YUV | 22.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 14 | 0 | 0.77 | 0.71 | 0.81 | 355.14 | 0.63 | 0.12 |
| Hex | 30 | B | E | 0 | 4D | 47 | 51 | 163 | 3F | C |
| Octal | 60 | 13 | 16 | 0 | 115 | 107 | 121 | 543 | 77 | 14 |
| Binary | 110000 | 1011 | 1110 | 0 | 1001101 | 1000111 | 1010001 | 101100011 | 111111 | 1100 |
Color Harmonies of #300B0E
Complementary color
Monochromatic Colors of #300B0E
Black with #300B0E
Text Example
Text Example
White with #300B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B0E; }
p { color: rgb(48,11,14); }
H1.HeaderClassName
{
color: #300B0E;
}
.AnyTagClassName
{
color: #300B0E;
}
</style>
background-color css
<style>
a { background-color: #300B0E; }
a { background-color: rgb(48,11,14); }
div.DivClassName
{
background-color: #300B0E;
}
.BgClassName
{
background-color: #300B0E;
}
</style>
border-color css
<style>
span { border-color: #300B0E; }
span { border-color: rgb(48,11,14); }
td.TdClassName
{
border-color: #300B0E;
}
.TagClassName
{
border-color: #300B0E;
}
</style>