Shades of Rustic Red #30080A
Tints of Rustic Red #30080A
RGB
CMYK
RGB Variations
Color information
#30080A (or 0x30080A) is known color: Rustic Red. HEX triplet: 30, 08 and 0A. RGB value is (48,8,10). Sum of RGB (Red+Green+Blue) = 48+8+10=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30080A is #CFF7F5. Grayscale: #141414. Windows color (decimal): -13629430 or 657456. OLE color: 657456.
HSL color Cylindrical-coordinate representation of color #30080A: hue angle of 357º 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 #30080A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 8 | 10 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.81 |
| HSL | 357º | 0.71% | 0.11% | - |
| HSV(B) | 357º | 0.83% | 0.19% | - |
| XYZ | 1.36 | 0.82 | 0.37 | - |
| YUV | 20.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 10 | 0 | 0.83 | 0.79 | 0.81 | 357 | 0.71 | 0.11 |
| Hex | 30 | 8 | A | 0 | 53 | 4F | 51 | 165 | 47 | B |
| Octal | 60 | 10 | 12 | 0 | 123 | 117 | 121 | 545 | 107 | 13 |
| Binary | 110000 | 1000 | 1010 | 0 | 1010011 | 1001111 | 1010001 | 101100101 | 1000111 | 1011 |
Color Harmonies of #30080A
Complementary color
Monochromatic Colors of #30080A
Black with #30080A
Text Example
Text Example
White with #30080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30080A; }
p { color: rgb(48,8,10); }
H1.HeaderClassName
{
color: #30080A;
}
.AnyTagClassName
{
color: #30080A;
}
</style>
background-color css
<style>
a { background-color: #30080A; }
a { background-color: rgb(48,8,10); }
div.DivClassName
{
background-color: #30080A;
}
.BgClassName
{
background-color: #30080A;
}
</style>
border-color css
<style>
span { border-color: #30080A; }
span { border-color: rgb(48,8,10); }
td.TdClassName
{
border-color: #30080A;
}
.TagClassName
{
border-color: #30080A;
}
</style>