Shades of Rustic Red #30151A
Tints of Rustic Red #30151A
RGB
CMYK
RGB Variations
Color information
#30151A (or 0x30151A) is known color: Rustic Red. HEX triplet: 30, 15 and 1A. RGB value is (48,21,26). Sum of RGB (Red+Green+Blue) = 48+21+26=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30151A is #CFEAE5. Grayscale: #1D1D1D. Windows color (decimal): -13626086 or 1709360. OLE color: 1709360.
HSL color Cylindrical-coordinate representation of color #30151A: hue angle of 348.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30151A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 21 | 26 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.81 |
| HSL | 348.89º | 0.39% | 0.14% | - |
| HSV(B) | 348.89º | 0.56% | 0.19% | - |
| XYZ | 1.67 | 1.24 | 1.13 | - |
| YUV | 29.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 26 | 0 | 0.56 | 0.46 | 0.81 | 348.89 | 0.39 | 0.14 |
| Hex | 30 | 15 | 1A | 0 | 38 | 2E | 51 | 15D | 27 | E |
| Octal | 60 | 25 | 32 | 0 | 70 | 56 | 121 | 535 | 47 | 16 |
| Binary | 110000 | 10101 | 11010 | 0 | 111000 | 101110 | 1010001 | 101011101 | 100111 | 1110 |
Color Harmonies of #30151A
Complementary color
Monochromatic Colors of #30151A
Black with #30151A
Text Example
Text Example
White with #30151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30151A; }
p { color: rgb(48,21,26); }
H1.HeaderClassName
{
color: #30151A;
}
.AnyTagClassName
{
color: #30151A;
}
</style>
background-color css
<style>
a { background-color: #30151A; }
a { background-color: rgb(48,21,26); }
div.DivClassName
{
background-color: #30151A;
}
.BgClassName
{
background-color: #30151A;
}
</style>
border-color css
<style>
span { border-color: #30151A; }
span { border-color: rgb(48,21,26); }
td.TdClassName
{
border-color: #30151A;
}
.TagClassName
{
border-color: #30151A;
}
</style>