Shades of Rustic Red #300A0D
Tints of Rustic Red #300A0D
RGB
CMYK
RGB Variations
Color information
#300A0D (or 0x300A0D) is known color: Rustic Red. HEX triplet: 30, 0A and 0D. RGB value is (48,10,13). Sum of RGB (Red+Green+Blue) = 48+10+13=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A0D is #CFF5F2. Grayscale: #151515. Windows color (decimal): -13628915 or 854576. OLE color: 854576.
HSL color Cylindrical-coordinate representation of color #300A0D: hue angle of 355.26º 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 #300A0D is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 13 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.81 |
| HSL | 355.26º | 0.66% | 0.11% | - |
| HSV(B) | 355.26º | 0.79% | 0.19% | - |
| XYZ | 1.4 | 0.87 | 0.48 | - |
| YUV | 21.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 13 | 0 | 0.79 | 0.73 | 0.81 | 355.26 | 0.66 | 0.11 |
| Hex | 30 | A | D | 0 | 4F | 49 | 51 | 163 | 42 | B |
| Octal | 60 | 12 | 15 | 0 | 117 | 111 | 121 | 543 | 102 | 13 |
| Binary | 110000 | 1010 | 1101 | 0 | 1001111 | 1001001 | 1010001 | 101100011 | 1000010 | 1011 |
Color Harmonies of #300A0D
Complementary color
Monochromatic Colors of #300A0D
Black with #300A0D
Text Example
Text Example
White with #300A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A0D; }
p { color: rgb(48,10,13); }
H1.HeaderClassName
{
color: #300A0D;
}
.AnyTagClassName
{
color: #300A0D;
}
</style>
background-color css
<style>
a { background-color: #300A0D; }
a { background-color: rgb(48,10,13); }
div.DivClassName
{
background-color: #300A0D;
}
.BgClassName
{
background-color: #300A0D;
}
</style>
border-color css
<style>
span { border-color: #300A0D; }
span { border-color: rgb(48,10,13); }
td.TdClassName
{
border-color: #300A0D;
}
.TagClassName
{
border-color: #300A0D;
}
</style>