Shades of Rustic Red #300C10
Tints of Rustic Red #300C10
RGB
CMYK
RGB Variations
Color information
#300C10 (or 0x300C10) is known color: Rustic Red. HEX triplet: 30, 0C and 10. RGB value is (48,12,16). Sum of RGB (Red+Green+Blue) = 48+12+16=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C10 is #CFF3EF. Grayscale: #171717. Windows color (decimal): -13628400 or 1051696. OLE color: 1051696.
HSL color Cylindrical-coordinate representation of color #300C10: hue angle of 353.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 #300C10 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 16 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.81 |
| HSL | 353.33º | 0.6% | 0.12% | - |
| HSV(B) | 353.33º | 0.75% | 0.19% | - |
| XYZ | 1.44 | 0.93 | 0.59 | - |
| YUV | 23.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 16 | 0 | 0.75 | 0.67 | 0.81 | 353.33 | 0.6 | 0.12 |
| Hex | 30 | C | 10 | 0 | 4B | 43 | 51 | 161 | 3C | C |
| Octal | 60 | 14 | 20 | 0 | 113 | 103 | 121 | 541 | 74 | 14 |
| Binary | 110000 | 1100 | 10000 | 0 | 1001011 | 1000011 | 1010001 | 101100001 | 111100 | 1100 |
Color Harmonies of #300C10
Complementary color
Monochromatic Colors of #300C10
Black with #300C10
Text Example
Text Example
White with #300C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C10; }
p { color: rgb(48,12,16); }
H1.HeaderClassName
{
color: #300C10;
}
.AnyTagClassName
{
color: #300C10;
}
</style>
background-color css
<style>
a { background-color: #300C10; }
a { background-color: rgb(48,12,16); }
div.DivClassName
{
background-color: #300C10;
}
.BgClassName
{
background-color: #300C10;
}
</style>
border-color css
<style>
span { border-color: #300C10; }
span { border-color: rgb(48,12,16); }
td.TdClassName
{
border-color: #300C10;
}
.TagClassName
{
border-color: #300C10;
}
</style>