Shades of Rustic Red #30191A
Tints of Rustic Red #30191A
RGB
CMYK
RGB Variations
Color information
#30191A (or 0x30191A) is known color: Rustic Red. HEX triplet: 30, 19 and 1A. RGB value is (48,25,26). Sum of RGB (Red+Green+Blue) = 48+25+26=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30191A is #CFE6E5. Grayscale: #202020. Windows color (decimal): -13625062 or 1710384. OLE color: 1710384.
HSL color Cylindrical-coordinate representation of color #30191A: hue angle of 357.39º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30191A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 26 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.81 |
| HSL | 357.39º | 0.32% | 0.14% | - |
| HSV(B) | 357.39º | 0.48% | 0.19% | - |
| XYZ | 1.75 | 1.4 | 1.15 | - |
| YUV | 31.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 26 | 0 | 0.48 | 0.46 | 0.81 | 357.39 | 0.32 | 0.14 |
| Hex | 30 | 19 | 1A | 0 | 30 | 2E | 51 | 165 | 20 | E |
| Octal | 60 | 31 | 32 | 0 | 60 | 56 | 121 | 545 | 40 | 16 |
| Binary | 110000 | 11001 | 11010 | 0 | 110000 | 101110 | 1010001 | 101100101 | 100000 | 1110 |
Color Harmonies of #30191A
Complementary color
Monochromatic Colors of #30191A
Black with #30191A
Text Example
Text Example
White with #30191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30191A; }
p { color: rgb(48,25,26); }
H1.HeaderClassName
{
color: #30191A;
}
.AnyTagClassName
{
color: #30191A;
}
</style>
background-color css
<style>
a { background-color: #30191A; }
a { background-color: rgb(48,25,26); }
div.DivClassName
{
background-color: #30191A;
}
.BgClassName
{
background-color: #30191A;
}
</style>
border-color css
<style>
span { border-color: #30191A; }
span { border-color: rgb(48,25,26); }
td.TdClassName
{
border-color: #30191A;
}
.TagClassName
{
border-color: #30191A;
}
</style>