Shades of Rustic Red #30010E
Tints of Rustic Red #30010E
RGB
CMYK
RGB Variations
Color information
#30010E (or 0x30010E) is known color: Rustic Red. HEX triplet: 30, 01 and 0E. RGB value is (48,1,14). Sum of RGB (Red+Green+Blue) = 48+1+14=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30010E is #CFFEF1. Grayscale: #101010. Windows color (decimal): -13631218 or 917808. OLE color: 917808.
HSL color Cylindrical-coordinate representation of color #30010E: hue angle of 343.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30010E is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 14 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.81 |
| HSL | 343.4º | 0.96% | 0.1% | - |
| HSV(B) | 343.4º | 0.98% | 0.19% | - |
| XYZ | 1.31 | 0.68 | 0.48 | - |
| YUV | 16.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 14 | 0 | 0.98 | 0.71 | 0.81 | 343.4 | 0.96 | 0.1 |
| Hex | 30 | 1 | E | 0 | 62 | 47 | 51 | 157 | 60 | A |
| Octal | 60 | 1 | 16 | 0 | 142 | 107 | 121 | 527 | 140 | 12 |
| Binary | 110000 | 1 | 1110 | 0 | 1100010 | 1000111 | 1010001 | 101010111 | 1100000 | 1010 |
Color Harmonies of #30010E
Complementary color
Monochromatic Colors of #30010E
Black with #30010E
Text Example
Text Example
White with #30010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30010E; }
p { color: rgb(48,1,14); }
H1.HeaderClassName
{
color: #30010E;
}
.AnyTagClassName
{
color: #30010E;
}
</style>
background-color css
<style>
a { background-color: #30010E; }
a { background-color: rgb(48,1,14); }
div.DivClassName
{
background-color: #30010E;
}
.BgClassName
{
background-color: #30010E;
}
</style>
border-color css
<style>
span { border-color: #30010E; }
span { border-color: rgb(48,1,14); }
td.TdClassName
{
border-color: #30010E;
}
.TagClassName
{
border-color: #30010E;
}
</style>