Shades of Rustic Red #300D13
Tints of Rustic Red #300D13
RGB
CMYK
RGB Variations
Color information
#300D13 (or 0x300D13) is known color: Rustic Red. HEX triplet: 30, 0D and 13. RGB value is (48,13,19). Sum of RGB (Red+Green+Blue) = 48+13+19=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #300D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D13 is #CFF2EC. Grayscale: #181818. Windows color (decimal): -13628141 or 1248560. OLE color: 1248560.
HSL color Cylindrical-coordinate representation of color #300D13: hue angle of 349.71º 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 #300D13 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 19 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.81 |
| HSL | 349.71º | 0.57% | 0.12% | - |
| HSV(B) | 349.71º | 0.73% | 0.19% | - |
| XYZ | 1.48 | 0.96 | 0.72 | - |
| YUV | 24.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 19 | 0 | 0.73 | 0.60 | 0.81 | 349.71 | 0.57 | 0.12 |
| Hex | 30 | D | 13 | 0 | 49 | 3C | 51 | 15E | 39 | C |
| Octal | 60 | 15 | 23 | 0 | 111 | 74 | 121 | 536 | 71 | 14 |
| Binary | 110000 | 1101 | 10011 | 0 | 1001001 | 111100 | 1010001 | 101011110 | 111001 | 1100 |
Color Harmonies of #300D13
Complementary color
Monochromatic Colors of #300D13
Black with #300D13
Text Example
Text Example
White with #300D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D13; }
p { color: rgb(48,13,19); }
H1.HeaderClassName
{
color: #300D13;
}
.AnyTagClassName
{
color: #300D13;
}
</style>
background-color css
<style>
a { background-color: #300D13; }
a { background-color: rgb(48,13,19); }
div.DivClassName
{
background-color: #300D13;
}
.BgClassName
{
background-color: #300D13;
}
</style>
border-color css
<style>
span { border-color: #300D13; }
span { border-color: rgb(48,13,19); }
td.TdClassName
{
border-color: #300D13;
}
.TagClassName
{
border-color: #300D13;
}
</style>