Shades of Rustic Red #30141A
Tints of Rustic Red #30141A
RGB
CMYK
RGB Variations
Color information
#30141A (or 0x30141A) is known color: Rustic Red. HEX triplet: 30, 14 and 1A. RGB value is (48,20,26). Sum of RGB (Red+Green+Blue) = 48+20+26=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30141A is #CFEBE5. Grayscale: #1D1D1D. Windows color (decimal): -13626342 or 1709104. OLE color: 1709104.
HSL color Cylindrical-coordinate representation of color #30141A: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30141A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 20 | 26 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.81 |
| HSL | 347.14º | 0.41% | 0.13% | - |
| HSV(B) | 347.14º | 0.58% | 0.19% | - |
| XYZ | 1.66 | 1.2 | 1.12 | - |
| YUV | 29.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 26 | 0 | 0.58 | 0.46 | 0.81 | 347.14 | 0.41 | 0.13 |
| Hex | 30 | 14 | 1A | 0 | 3A | 2E | 51 | 15B | 29 | D |
| Octal | 60 | 24 | 32 | 0 | 72 | 56 | 121 | 533 | 51 | 15 |
| Binary | 110000 | 10100 | 11010 | 0 | 111010 | 101110 | 1010001 | 101011011 | 101001 | 1101 |
Color Harmonies of #30141A
Complementary color
Monochromatic Colors of #30141A
Black with #30141A
Text Example
Text Example
White with #30141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30141A; }
p { color: rgb(48,20,26); }
H1.HeaderClassName
{
color: #30141A;
}
.AnyTagClassName
{
color: #30141A;
}
</style>
background-color css
<style>
a { background-color: #30141A; }
a { background-color: rgb(48,20,26); }
div.DivClassName
{
background-color: #30141A;
}
.BgClassName
{
background-color: #30141A;
}
</style>
border-color css
<style>
span { border-color: #30141A; }
span { border-color: rgb(48,20,26); }
td.TdClassName
{
border-color: #30141A;
}
.TagClassName
{
border-color: #30141A;
}
</style>