Shades of Rustic Red #300B12
Tints of Rustic Red #300B12
RGB
CMYK
RGB Variations
Color information
#300B12 (or 0x300B12) is known color: Rustic Red. HEX triplet: 30, 0B and 12. RGB value is (48,11,18). Sum of RGB (Red+Green+Blue) = 48+11+18=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B12 is #CFF4ED. Grayscale: #161616. Windows color (decimal): -13628654 or 1182512. OLE color: 1182512.
HSL color Cylindrical-coordinate representation of color #300B12: hue angle of 348.65º 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 #300B12 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 18 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.81 |
| HSL | 348.65º | 0.63% | 0.12% | - |
| HSV(B) | 348.65º | 0.77% | 0.19% | - |
| XYZ | 1.45 | 0.91 | 0.67 | - |
| YUV | 22.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 18 | 0 | 0.77 | 0.63 | 0.81 | 348.65 | 0.63 | 0.12 |
| Hex | 30 | B | 12 | 0 | 4D | 3F | 51 | 15D | 3F | C |
| Octal | 60 | 13 | 22 | 0 | 115 | 77 | 121 | 535 | 77 | 14 |
| Binary | 110000 | 1011 | 10010 | 0 | 1001101 | 111111 | 1010001 | 101011101 | 111111 | 1100 |
Color Harmonies of #300B12
Complementary color
Monochromatic Colors of #300B12
Black with #300B12
Text Example
Text Example
White with #300B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B12; }
p { color: rgb(48,11,18); }
H1.HeaderClassName
{
color: #300B12;
}
.AnyTagClassName
{
color: #300B12;
}
</style>
background-color css
<style>
a { background-color: #300B12; }
a { background-color: rgb(48,11,18); }
div.DivClassName
{
background-color: #300B12;
}
.BgClassName
{
background-color: #300B12;
}
</style>
border-color css
<style>
span { border-color: #300B12; }
span { border-color: rgb(48,11,18); }
td.TdClassName
{
border-color: #300B12;
}
.TagClassName
{
border-color: #300B12;
}
</style>