Shades of Rustic Red #300C0D
Tints of Rustic Red #300C0D
RGB
CMYK
RGB Variations
Color information
#300C0D (or 0x300C0D) is known color: Rustic Red. HEX triplet: 30, 0C and 0D. RGB value is (48,12,13). Sum of RGB (Red+Green+Blue) = 48+12+13=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0D is #CFF3F2. Grayscale: #161616. Windows color (decimal): -13628403 or 855088. OLE color: 855088.
HSL color Cylindrical-coordinate representation of color #300C0D: hue angle of 358.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C0D is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 13 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.81 |
| HSL | 358.33º | 0.6% | 0.12% | - |
| HSV(B) | 358.33º | 0.75% | 0.19% | - |
| XYZ | 1.42 | 0.92 | 0.48 | - |
| YUV | 22.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 13 | 0 | 0.75 | 0.73 | 0.81 | 358.33 | 0.6 | 0.12 |
| Hex | 30 | C | D | 0 | 4B | 49 | 51 | 166 | 3C | C |
| Octal | 60 | 14 | 15 | 0 | 113 | 111 | 121 | 546 | 74 | 14 |
| Binary | 110000 | 1100 | 1101 | 0 | 1001011 | 1001001 | 1010001 | 101100110 | 111100 | 1100 |
Color Harmonies of #300C0D
Complementary color
Monochromatic Colors of #300C0D
Black with #300C0D
Text Example
Text Example
White with #300C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C0D; }
p { color: rgb(48,12,13); }
H1.HeaderClassName
{
color: #300C0D;
}
.AnyTagClassName
{
color: #300C0D;
}
</style>
background-color css
<style>
a { background-color: #300C0D; }
a { background-color: rgb(48,12,13); }
div.DivClassName
{
background-color: #300C0D;
}
.BgClassName
{
background-color: #300C0D;
}
</style>
border-color css
<style>
span { border-color: #300C0D; }
span { border-color: rgb(48,12,13); }
td.TdClassName
{
border-color: #300C0D;
}
.TagClassName
{
border-color: #300C0D;
}
</style>