Shades of Rustic Red #300E12
Tints of Rustic Red #300E12
RGB
CMYK
RGB Variations
Color information
#300E12 (or 0x300E12) is known color: Rustic Red. HEX triplet: 30, 0E and 12. RGB value is (48,14,18). Sum of RGB (Red+Green+Blue) = 48+14+18=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #300E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E12 is #CFF1ED. Grayscale: #181818. Windows color (decimal): -13627886 or 1183280. OLE color: 1183280.
HSL color Cylindrical-coordinate representation of color #300E12: hue angle of 352.94º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #300E12 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 18 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.81 |
| HSL | 352.94º | 0.55% | 0.12% | - |
| HSV(B) | 352.94º | 0.71% | 0.19% | - |
| XYZ | 1.49 | 0.99 | 0.68 | - |
| YUV | 24.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 18 | 0 | 0.71 | 0.63 | 0.81 | 352.94 | 0.55 | 0.12 |
| Hex | 30 | E | 12 | 0 | 47 | 3F | 51 | 161 | 37 | C |
| Octal | 60 | 16 | 22 | 0 | 107 | 77 | 121 | 541 | 67 | 14 |
| Binary | 110000 | 1110 | 10010 | 0 | 1000111 | 111111 | 1010001 | 101100001 | 110111 | 1100 |
Color Harmonies of #300E12
Complementary color
Monochromatic Colors of #300E12
Black with #300E12
Text Example
Text Example
White with #300E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E12; }
p { color: rgb(48,14,18); }
H1.HeaderClassName
{
color: #300E12;
}
.AnyTagClassName
{
color: #300E12;
}
</style>
background-color css
<style>
a { background-color: #300E12; }
a { background-color: rgb(48,14,18); }
div.DivClassName
{
background-color: #300E12;
}
.BgClassName
{
background-color: #300E12;
}
</style>
border-color css
<style>
span { border-color: #300E12; }
span { border-color: rgb(48,14,18); }
td.TdClassName
{
border-color: #300E12;
}
.TagClassName
{
border-color: #300E12;
}
</style>