Shades of Rustic Red #30131A
Tints of Rustic Red #30131A
RGB
CMYK
RGB Variations
Color information
#30131A (or 0x30131A) is known color: Rustic Red. HEX triplet: 30, 13 and 1A. RGB value is (48,19,26). Sum of RGB (Red+Green+Blue) = 48+19+26=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131A is #CFECE5. Grayscale: #1C1C1C. Windows color (decimal): -13626598 or 1708848. OLE color: 1708848.
HSL color Cylindrical-coordinate representation of color #30131A: hue angle of 345.52º 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 #30131A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 26 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.81 |
| HSL | 345.52º | 0.43% | 0.13% | - |
| HSV(B) | 345.52º | 0.6% | 0.19% | - |
| XYZ | 1.64 | 1.17 | 1.12 | - |
| YUV | 28.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 26 | 0 | 0.60 | 0.46 | 0.81 | 345.52 | 0.43 | 0.13 |
| Hex | 30 | 13 | 1A | 0 | 3C | 2E | 51 | 15A | 2B | D |
| Octal | 60 | 23 | 32 | 0 | 74 | 56 | 121 | 532 | 53 | 15 |
| Binary | 110000 | 10011 | 11010 | 0 | 111100 | 101110 | 1010001 | 101011010 | 101011 | 1101 |
Color Harmonies of #30131A
Complementary color
Monochromatic Colors of #30131A
Black with #30131A
Text Example
Text Example
White with #30131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30131A; }
p { color: rgb(48,19,26); }
H1.HeaderClassName
{
color: #30131A;
}
.AnyTagClassName
{
color: #30131A;
}
</style>
background-color css
<style>
a { background-color: #30131A; }
a { background-color: rgb(48,19,26); }
div.DivClassName
{
background-color: #30131A;
}
.BgClassName
{
background-color: #30131A;
}
</style>
border-color css
<style>
span { border-color: #30131A; }
span { border-color: rgb(48,19,26); }
td.TdClassName
{
border-color: #30131A;
}
.TagClassName
{
border-color: #30131A;
}
</style>