Shades of Rustic Red #300F13
Tints of Rustic Red #300F13
RGB
CMYK
RGB Variations
Color information
#300F13 (or 0x300F13) is known color: Rustic Red. HEX triplet: 30, 0F and 13. RGB value is (48,15,19). Sum of RGB (Red+Green+Blue) = 48+15+19=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F13 is #CFF0EC. Grayscale: #191919. Windows color (decimal): -13627629 or 1249072. OLE color: 1249072.
HSL color Cylindrical-coordinate representation of color #300F13: hue angle of 352.73º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F13 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 19 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.81 |
| HSL | 352.73º | 0.52% | 0.12% | - |
| HSV(B) | 352.73º | 0.69% | 0.19% | - |
| XYZ | 1.51 | 1.02 | 0.73 | - |
| YUV | 25.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 19 | 0 | 0.69 | 0.60 | 0.81 | 352.73 | 0.52 | 0.12 |
| Hex | 30 | F | 13 | 0 | 45 | 3C | 51 | 161 | 34 | C |
| Octal | 60 | 17 | 23 | 0 | 105 | 74 | 121 | 541 | 64 | 14 |
| Binary | 110000 | 1111 | 10011 | 0 | 1000101 | 111100 | 1010001 | 101100001 | 110100 | 1100 |
Color Harmonies of #300F13
Complementary color
Monochromatic Colors of #300F13
Black with #300F13
Text Example
Text Example
White with #300F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F13; }
p { color: rgb(48,15,19); }
H1.HeaderClassName
{
color: #300F13;
}
.AnyTagClassName
{
color: #300F13;
}
</style>
background-color css
<style>
a { background-color: #300F13; }
a { background-color: rgb(48,15,19); }
div.DivClassName
{
background-color: #300F13;
}
.BgClassName
{
background-color: #300F13;
}
</style>
border-color css
<style>
span { border-color: #300F13; }
span { border-color: rgb(48,15,19); }
td.TdClassName
{
border-color: #300F13;
}
.TagClassName
{
border-color: #300F13;
}
</style>