Shades of Rustic Red #300C0E
Tints of Rustic Red #300C0E
RGB
CMYK
RGB Variations
Color information
#300C0E (or 0x300C0E) is known color: Rustic Red. HEX triplet: 30, 0C and 0E. RGB value is (48,12,14). Sum of RGB (Red+Green+Blue) = 48+12+14=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0E is #CFF3F1. Grayscale: #171717. Windows color (decimal): -13628402 or 920624. OLE color: 920624.
HSL color Cylindrical-coordinate representation of color #300C0E: hue angle of 356.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C0E is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 14 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.81 |
| HSL | 356.67º | 0.6% | 0.12% | - |
| HSV(B) | 356.67º | 0.75% | 0.19% | - |
| XYZ | 1.43 | 0.92 | 0.52 | - |
| YUV | 22.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 14 | 0 | 0.75 | 0.71 | 0.81 | 356.67 | 0.6 | 0.12 |
| Hex | 30 | C | E | 0 | 4B | 47 | 51 | 165 | 3C | C |
| Octal | 60 | 14 | 16 | 0 | 113 | 107 | 121 | 545 | 74 | 14 |
| Binary | 110000 | 1100 | 1110 | 0 | 1001011 | 1000111 | 1010001 | 101100101 | 111100 | 1100 |
Color Harmonies of #300C0E
Complementary color
Monochromatic Colors of #300C0E
Black with #300C0E
Text Example
Text Example
White with #300C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C0E; }
p { color: rgb(48,12,14); }
H1.HeaderClassName
{
color: #300C0E;
}
.AnyTagClassName
{
color: #300C0E;
}
</style>
background-color css
<style>
a { background-color: #300C0E; }
a { background-color: rgb(48,12,14); }
div.DivClassName
{
background-color: #300C0E;
}
.BgClassName
{
background-color: #300C0E;
}
</style>
border-color css
<style>
span { border-color: #300C0E; }
span { border-color: rgb(48,12,14); }
td.TdClassName
{
border-color: #300C0E;
}
.TagClassName
{
border-color: #300C0E;
}
</style>