Shades of Rustic Red #30131B
Tints of Rustic Red #30131B
RGB
CMYK
RGB Variations
Color information
#30131B (or 0x30131B) is known color: Rustic Red. HEX triplet: 30, 13 and 1B. RGB value is (48,19,27). Sum of RGB (Red+Green+Blue) = 48+19+27=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131B is #CFECE4. Grayscale: #1C1C1C. Windows color (decimal): -13626597 or 1774384. OLE color: 1774384.
HSL color Cylindrical-coordinate representation of color #30131B: hue angle of 343.45º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30131B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 27 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.81 |
| HSL | 343.45º | 0.43% | 0.13% | - |
| HSV(B) | 343.45º | 0.6% | 0.19% | - |
| XYZ | 1.65 | 1.17 | 1.18 | - |
| YUV | 28.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 27 | 0 | 0.60 | 0.44 | 0.81 | 343.45 | 0.43 | 0.13 |
| Hex | 30 | 13 | 1B | 0 | 3C | 2C | 51 | 157 | 2B | D |
| Octal | 60 | 23 | 33 | 0 | 74 | 54 | 121 | 527 | 53 | 15 |
| Binary | 110000 | 10011 | 11011 | 0 | 111100 | 101100 | 1010001 | 101010111 | 101011 | 1101 |
Color Harmonies of #30131B
Complementary color
Monochromatic Colors of #30131B
Black with #30131B
Text Example
Text Example
White with #30131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30131B; }
p { color: rgb(48,19,27); }
H1.HeaderClassName
{
color: #30131B;
}
.AnyTagClassName
{
color: #30131B;
}
</style>
background-color css
<style>
a { background-color: #30131B; }
a { background-color: rgb(48,19,27); }
div.DivClassName
{
background-color: #30131B;
}
.BgClassName
{
background-color: #30131B;
}
</style>
border-color css
<style>
span { border-color: #30131B; }
span { border-color: rgb(48,19,27); }
td.TdClassName
{
border-color: #30131B;
}
.TagClassName
{
border-color: #30131B;
}
</style>