Shades of Rustic Red #30080C
Tints of Rustic Red #30080C
RGB
CMYK
RGB Variations
Color information
#30080C (or 0x30080C) is known color: Rustic Red. HEX triplet: 30, 08 and 0C. RGB value is (48,8,12). Sum of RGB (Red+Green+Blue) = 48+8+12=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #30080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30080C is #CFF7F3. Grayscale: #141414. Windows color (decimal): -13629428 or 788528. OLE color: 788528.
HSL color Cylindrical-coordinate representation of color #30080C: hue angle of 354º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30080C is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 8 | 12 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.81 |
| HSL | 354º | 0.71% | 0.11% | - |
| HSV(B) | 354º | 0.83% | 0.19% | - |
| XYZ | 1.37 | 0.83 | 0.44 | - |
| YUV | 20.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 12 | 0 | 0.83 | 0.75 | 0.81 | 354 | 0.71 | 0.11 |
| Hex | 30 | 8 | C | 0 | 53 | 4B | 51 | 162 | 47 | B |
| Octal | 60 | 10 | 14 | 0 | 123 | 113 | 121 | 542 | 107 | 13 |
| Binary | 110000 | 1000 | 1100 | 0 | 1010011 | 1001011 | 1010001 | 101100010 | 1000111 | 1011 |
Color Harmonies of #30080C
Complementary color
Monochromatic Colors of #30080C
Black with #30080C
Text Example
Text Example
White with #30080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30080C; }
p { color: rgb(48,8,12); }
H1.HeaderClassName
{
color: #30080C;
}
.AnyTagClassName
{
color: #30080C;
}
</style>
background-color css
<style>
a { background-color: #30080C; }
a { background-color: rgb(48,8,12); }
div.DivClassName
{
background-color: #30080C;
}
.BgClassName
{
background-color: #30080C;
}
</style>
border-color css
<style>
span { border-color: #30080C; }
span { border-color: rgb(48,8,12); }
td.TdClassName
{
border-color: #30080C;
}
.TagClassName
{
border-color: #30080C;
}
</style>