Shades of Rustic Red #300D0E
Tints of Rustic Red #300D0E
RGB
CMYK
RGB Variations
Color information
#300D0E (or 0x300D0E) is known color: Rustic Red. HEX triplet: 30, 0D and 0E. RGB value is (48,13,14). Sum of RGB (Red+Green+Blue) = 48+13+14=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D0E is #CFF2F1. Grayscale: #171717. Windows color (decimal): -13628146 or 920880. OLE color: 920880.
HSL color Cylindrical-coordinate representation of color #300D0E: hue angle of 358.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D0E is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 14 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.81 |
| HSL | 358.29º | 0.57% | 0.12% | - |
| HSV(B) | 358.29º | 0.73% | 0.19% | - |
| XYZ | 1.44 | 0.95 | 0.52 | - |
| YUV | 23.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 14 | 0 | 0.73 | 0.71 | 0.81 | 358.29 | 0.57 | 0.12 |
| Hex | 30 | D | E | 0 | 49 | 47 | 51 | 166 | 39 | C |
| Octal | 60 | 15 | 16 | 0 | 111 | 107 | 121 | 546 | 71 | 14 |
| Binary | 110000 | 1101 | 1110 | 0 | 1001001 | 1000111 | 1010001 | 101100110 | 111001 | 1100 |
Color Harmonies of #300D0E
Complementary color
Monochromatic Colors of #300D0E
Black with #300D0E
Text Example
Text Example
White with #300D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D0E; }
p { color: rgb(48,13,14); }
H1.HeaderClassName
{
color: #300D0E;
}
.AnyTagClassName
{
color: #300D0E;
}
</style>
background-color css
<style>
a { background-color: #300D0E; }
a { background-color: rgb(48,13,14); }
div.DivClassName
{
background-color: #300D0E;
}
.BgClassName
{
background-color: #300D0E;
}
</style>
border-color css
<style>
span { border-color: #300D0E; }
span { border-color: rgb(48,13,14); }
td.TdClassName
{
border-color: #300D0E;
}
.TagClassName
{
border-color: #300D0E;
}
</style>