Shades of Rustic Red #30060B
Tints of Rustic Red #30060B
RGB
CMYK
RGB Variations
Color information
#30060B (or 0x30060B) is known color: Rustic Red. HEX triplet: 30, 06 and 0B. RGB value is (48,6,11). Sum of RGB (Red+Green+Blue) = 48+6+11=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #30060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060B is #CFF9F4. Grayscale: #131313. Windows color (decimal): -13629941 or 722480. OLE color: 722480.
HSL color Cylindrical-coordinate representation of color #30060B: hue angle of 352.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30060B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 6 | 11 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.81 |
| HSL | 352.86º | 0.78% | 0.11% | - |
| HSV(B) | 352.86º | 0.88% | 0.19% | - |
| XYZ | 1.34 | 0.78 | 0.4 | - |
| YUV | 19.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 11 | 0 | 0.87 | 0.77 | 0.81 | 352.86 | 0.78 | 0.11 |
| Hex | 30 | 6 | B | 0 | 57 | 4D | 51 | 161 | 4E | B |
| Octal | 60 | 6 | 13 | 0 | 127 | 115 | 121 | 541 | 116 | 13 |
| Binary | 110000 | 110 | 1011 | 0 | 1010111 | 1001101 | 1010001 | 101100001 | 1001110 | 1011 |
Color Harmonies of #30060B
Complementary color
Monochromatic Colors of #30060B
Black with #30060B
Text Example
Text Example
White with #30060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30060B; }
p { color: rgb(48,6,11); }
H1.HeaderClassName
{
color: #30060B;
}
.AnyTagClassName
{
color: #30060B;
}
</style>
background-color css
<style>
a { background-color: #30060B; }
a { background-color: rgb(48,6,11); }
div.DivClassName
{
background-color: #30060B;
}
.BgClassName
{
background-color: #30060B;
}
</style>
border-color css
<style>
span { border-color: #30060B; }
span { border-color: rgb(48,6,11); }
td.TdClassName
{
border-color: #30060B;
}
.TagClassName
{
border-color: #30060B;
}
</style>