Shades of Rustic Red #300613
Tints of Rustic Red #300613
RGB
CMYK
RGB Variations
Color information
#300613 (or 0x300613) is known color: Rustic Red. HEX triplet: 30, 06 and 13. RGB value is (48,6,19). Sum of RGB (Red+Green+Blue) = 48+6+19=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300613 is #CFF9EC. Grayscale: #141414. Windows color (decimal): -13629933 or 1246768. OLE color: 1246768.
HSL color Cylindrical-coordinate representation of color #300613: hue angle of 341.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300613 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 6 | 19 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.81 |
| HSL | 341.43º | 0.78% | 0.11% | - |
| HSV(B) | 341.43º | 0.88% | 0.19% | - |
| XYZ | 1.4 | 0.81 | 0.7 | - |
| YUV | 20.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 19 | 0 | 0.87 | 0.60 | 0.81 | 341.43 | 0.78 | 0.11 |
| Hex | 30 | 6 | 13 | 0 | 57 | 3C | 51 | 155 | 4E | B |
| Octal | 60 | 6 | 23 | 0 | 127 | 74 | 121 | 525 | 116 | 13 |
| Binary | 110000 | 110 | 10011 | 0 | 1010111 | 111100 | 1010001 | 101010101 | 1001110 | 1011 |
Color Harmonies of #300613
Complementary color
Monochromatic Colors of #300613
Black with #300613
Text Example
Text Example
White with #300613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300613; }
p { color: rgb(48,6,19); }
H1.HeaderClassName
{
color: #300613;
}
.AnyTagClassName
{
color: #300613;
}
</style>
background-color css
<style>
a { background-color: #300613; }
a { background-color: rgb(48,6,19); }
div.DivClassName
{
background-color: #300613;
}
.BgClassName
{
background-color: #300613;
}
</style>
border-color css
<style>
span { border-color: #300613; }
span { border-color: rgb(48,6,19); }
td.TdClassName
{
border-color: #300613;
}
.TagClassName
{
border-color: #300613;
}
</style>