Shades of Rustic Red #300A13
Tints of Rustic Red #300A13
RGB
CMYK
RGB Variations
Color information
#300A13 (or 0x300A13) is known color: Rustic Red. HEX triplet: 30, 0A and 13. RGB value is (48,10,19). Sum of RGB (Red+Green+Blue) = 48+10+19=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A13 is #CFF5EC. Grayscale: #161616. Windows color (decimal): -13628909 or 1247792. OLE color: 1247792.
HSL color Cylindrical-coordinate representation of color #300A13: hue angle of 345.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A13 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 19 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.81 |
| HSL | 345.79º | 0.66% | 0.11% | - |
| HSV(B) | 345.79º | 0.79% | 0.19% | - |
| XYZ | 1.45 | 0.89 | 0.71 | - |
| YUV | 22.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 19 | 0 | 0.79 | 0.60 | 0.81 | 345.79 | 0.66 | 0.11 |
| Hex | 30 | A | 13 | 0 | 4F | 3C | 51 | 15A | 42 | B |
| Octal | 60 | 12 | 23 | 0 | 117 | 74 | 121 | 532 | 102 | 13 |
| Binary | 110000 | 1010 | 10011 | 0 | 1001111 | 111100 | 1010001 | 101011010 | 1000010 | 1011 |
Color Harmonies of #300A13
Complementary color
Monochromatic Colors of #300A13
Black with #300A13
Text Example
Text Example
White with #300A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A13; }
p { color: rgb(48,10,19); }
H1.HeaderClassName
{
color: #300A13;
}
.AnyTagClassName
{
color: #300A13;
}
</style>
background-color css
<style>
a { background-color: #300A13; }
a { background-color: rgb(48,10,19); }
div.DivClassName
{
background-color: #300A13;
}
.BgClassName
{
background-color: #300A13;
}
</style>
border-color css
<style>
span { border-color: #300A13; }
span { border-color: rgb(48,10,19); }
td.TdClassName
{
border-color: #300A13;
}
.TagClassName
{
border-color: #300A13;
}
</style>