Shades of Rustic Red #300B0F
Tints of Rustic Red #300B0F
RGB
CMYK
RGB Variations
Color information
#300B0F (or 0x300B0F) is known color: Rustic Red. HEX triplet: 30, 0B and 0F. RGB value is (48,11,15). Sum of RGB (Red+Green+Blue) = 48+11+15=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0F is #CFF4F0. Grayscale: #161616. Windows color (decimal): -13628657 or 985904. OLE color: 985904.
HSL color Cylindrical-coordinate representation of color #300B0F: hue angle of 353.51º 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 #300B0F is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 15 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.81 |
| HSL | 353.51º | 0.63% | 0.12% | - |
| HSV(B) | 353.51º | 0.77% | 0.19% | - |
| XYZ | 1.42 | 0.9 | 0.55 | - |
| YUV | 22.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 15 | 0 | 0.77 | 0.69 | 0.81 | 353.51 | 0.63 | 0.12 |
| Hex | 30 | B | F | 0 | 4D | 45 | 51 | 162 | 3F | C |
| Octal | 60 | 13 | 17 | 0 | 115 | 105 | 121 | 542 | 77 | 14 |
| Binary | 110000 | 1011 | 1111 | 0 | 1001101 | 1000101 | 1010001 | 101100010 | 111111 | 1100 |
Color Harmonies of #300B0F
Complementary color
Monochromatic Colors of #300B0F
Black with #300B0F
Text Example
Text Example
White with #300B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B0F; }
p { color: rgb(48,11,15); }
H1.HeaderClassName
{
color: #300B0F;
}
.AnyTagClassName
{
color: #300B0F;
}
</style>
background-color css
<style>
a { background-color: #300B0F; }
a { background-color: rgb(48,11,15); }
div.DivClassName
{
background-color: #300B0F;
}
.BgClassName
{
background-color: #300B0F;
}
</style>
border-color css
<style>
span { border-color: #300B0F; }
span { border-color: rgb(48,11,15); }
td.TdClassName
{
border-color: #300B0F;
}
.TagClassName
{
border-color: #300B0F;
}
</style>