Shades of Rustic Red #300508
Tints of Rustic Red #300508
RGB
CMYK
RGB Variations
Color information
#300508 (or 0x300508) is known color: Rustic Red. HEX triplet: 30, 05 and 08. RGB value is (48,5,8). Sum of RGB (Red+Green+Blue) = 48+5+8=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300508 is #CFFAF7. Grayscale: #121212. Windows color (decimal): -13630200 or 525616. OLE color: 525616.
HSL color Cylindrical-coordinate representation of color #300508: hue angle of 355.81º 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 #300508 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 8 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.81 |
| HSL | 355.81º | 0.81% | 0.1% | - |
| HSV(B) | 355.81º | 0.9% | 0.19% | - |
| XYZ | 1.32 | 0.75 | 0.31 | - |
| YUV | 18.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 8 | 0 | 0.90 | 0.83 | 0.81 | 355.81 | 0.81 | 0.1 |
| Hex | 30 | 5 | 8 | 0 | 5A | 53 | 51 | 164 | 51 | A |
| Octal | 60 | 5 | 10 | 0 | 132 | 123 | 121 | 544 | 121 | 12 |
| Binary | 110000 | 101 | 1000 | 0 | 1011010 | 1010011 | 1010001 | 101100100 | 1010001 | 1010 |
Color Harmonies of #300508
Complementary color
Monochromatic Colors of #300508
Black with #300508
Text Example
Text Example
White with #300508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300508; }
p { color: rgb(48,5,8); }
H1.HeaderClassName
{
color: #300508;
}
.AnyTagClassName
{
color: #300508;
}
</style>
background-color css
<style>
a { background-color: #300508; }
a { background-color: rgb(48,5,8); }
div.DivClassName
{
background-color: #300508;
}
.BgClassName
{
background-color: #300508;
}
</style>
border-color css
<style>
span { border-color: #300508; }
span { border-color: rgb(48,5,8); }
td.TdClassName
{
border-color: #300508;
}
.TagClassName
{
border-color: #300508;
}
</style>