Shades of Rustic Red #30121B
Tints of Rustic Red #30121B
RGB
CMYK
RGB Variations
Color information
#30121B (or 0x30121B) is known color: Rustic Red. HEX triplet: 30, 12 and 1B. RGB value is (48,18,27). Sum of RGB (Red+Green+Blue) = 48+18+27=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121B is #CFEDE4. Grayscale: #1B1B1B. Windows color (decimal): -13626853 or 1774128. OLE color: 1774128.
HSL color Cylindrical-coordinate representation of color #30121B: hue angle of 342º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30121B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 18 | 27 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.81 |
| HSL | 342º | 0.45% | 0.13% | - |
| HSV(B) | 342º | 0.63% | 0.19% | - |
| XYZ | 1.63 | 1.14 | 1.17 | - |
| YUV | 28 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 27 | 0 | 0.63 | 0.44 | 0.81 | 342 | 0.45 | 0.13 |
| Hex | 30 | 12 | 1B | 0 | 3F | 2C | 51 | 156 | 2D | D |
| Octal | 60 | 22 | 33 | 0 | 77 | 54 | 121 | 526 | 55 | 15 |
| Binary | 110000 | 10010 | 11011 | 0 | 111111 | 101100 | 1010001 | 101010110 | 101101 | 1101 |
Color Harmonies of #30121B
Complementary color
Monochromatic Colors of #30121B
Black with #30121B
Text Example
Text Example
White with #30121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30121B; }
p { color: rgb(48,18,27); }
H1.HeaderClassName
{
color: #30121B;
}
.AnyTagClassName
{
color: #30121B;
}
</style>
background-color css
<style>
a { background-color: #30121B; }
a { background-color: rgb(48,18,27); }
div.DivClassName
{
background-color: #30121B;
}
.BgClassName
{
background-color: #30121B;
}
</style>
border-color css
<style>
span { border-color: #30121B; }
span { border-color: rgb(48,18,27); }
td.TdClassName
{
border-color: #30121B;
}
.TagClassName
{
border-color: #30121B;
}
</style>