Shades of Rustic Red #30050A
Tints of Rustic Red #30050A
RGB
CMYK
RGB Variations
Color information
#30050A (or 0x30050A) is known color: Rustic Red. HEX triplet: 30, 05 and 0A. RGB value is (48,5,10). Sum of RGB (Red+Green+Blue) = 48+5+10=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050A is #CFFAF5. Grayscale: #121212. Windows color (decimal): -13630198 or 656688. OLE color: 656688.
HSL color Cylindrical-coordinate representation of color #30050A: hue angle of 353.02º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30050A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 10 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.81 |
| HSL | 353.02º | 0.81% | 0.1% | - |
| HSV(B) | 353.02º | 0.9% | 0.19% | - |
| XYZ | 1.33 | 0.76 | 0.36 | - |
| YUV | 18.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 10 | 0 | 0.90 | 0.79 | 0.81 | 353.02 | 0.81 | 0.1 |
| Hex | 30 | 5 | A | 0 | 5A | 4F | 51 | 161 | 51 | A |
| Octal | 60 | 5 | 12 | 0 | 132 | 117 | 121 | 541 | 121 | 12 |
| Binary | 110000 | 101 | 1010 | 0 | 1011010 | 1001111 | 1010001 | 101100001 | 1010001 | 1010 |
Color Harmonies of #30050A
Complementary color
Monochromatic Colors of #30050A
Black with #30050A
Text Example
Text Example
White with #30050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30050A; }
p { color: rgb(48,5,10); }
H1.HeaderClassName
{
color: #30050A;
}
.AnyTagClassName
{
color: #30050A;
}
</style>
background-color css
<style>
a { background-color: #30050A; }
a { background-color: rgb(48,5,10); }
div.DivClassName
{
background-color: #30050A;
}
.BgClassName
{
background-color: #30050A;
}
</style>
border-color css
<style>
span { border-color: #30050A; }
span { border-color: rgb(48,5,10); }
td.TdClassName
{
border-color: #30050A;
}
.TagClassName
{
border-color: #30050A;
}
</style>