Shades of Rustic Red #300305
Tints of Rustic Red #300305
RGB
CMYK
RGB Variations
Color information
#300305 (or 0x300305) is known color: Rustic Red. HEX triplet: 30, 03 and 05. RGB value is (48,3,5). Sum of RGB (Red+Green+Blue) = 48+3+5=56 (7% of max value = 765). Red value is 48 (19.14% from 255 or 85.71% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 48 - color contains mainly: red. Hex color #300305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300305 is #CFFCFA. Grayscale: #101010. Windows color (decimal): -13630715 or 328496. OLE color: 328496.
HSL color Cylindrical-coordinate representation of color #300305: hue angle of 357.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300305 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 5 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.81 |
| HSL | 357.33º | 0.88% | 0.1% | - |
| HSV(B) | 357.33º | 0.94% | 0.19% | - |
| XYZ | 1.28 | 0.7 | 0.21 | - |
| YUV | 16.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 5 | 0 | 0.94 | 0.90 | 0.81 | 357.33 | 0.88 | 0.1 |
| Hex | 30 | 3 | 5 | 0 | 5E | 5A | 51 | 165 | 58 | A |
| Octal | 60 | 3 | 5 | 0 | 136 | 132 | 121 | 545 | 130 | 12 |
| Binary | 110000 | 11 | 101 | 0 | 1011110 | 1011010 | 1010001 | 101100101 | 1011000 | 1010 |
Color Harmonies of #300305
Complementary color
Monochromatic Colors of #300305
Black with #300305
Text Example
Text Example
White with #300305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300305; }
p { color: rgb(48,3,5); }
H1.HeaderClassName
{
color: #300305;
}
.AnyTagClassName
{
color: #300305;
}
</style>
background-color css
<style>
a { background-color: #300305; }
a { background-color: rgb(48,3,5); }
div.DivClassName
{
background-color: #300305;
}
.BgClassName
{
background-color: #300305;
}
</style>
border-color css
<style>
span { border-color: #300305; }
span { border-color: rgb(48,3,5); }
td.TdClassName
{
border-color: #300305;
}
.TagClassName
{
border-color: #300305;
}
</style>