Shades of Rustic Red #30181D
Tints of Rustic Red #30181D
RGB
CMYK
RGB Variations
Color information
#30181D (or 0x30181D) is known color: Rustic Red. HEX triplet: 30, 18 and 1D. RGB value is (48,24,29). Sum of RGB (Red+Green+Blue) = 48+24+29=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181D is #CFE7E2. Grayscale: #1F1F1F. Windows color (decimal): -13625315 or 1906736. OLE color: 1906736.
HSL color Cylindrical-coordinate representation of color #30181D: hue angle of 347.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30181D is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 29 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.81 |
| HSL | 347.5º | 0.33% | 0.14% | - |
| HSV(B) | 347.5º | 0.5% | 0.19% | - |
| XYZ | 1.77 | 1.37 | 1.33 | - |
| YUV | 31.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 29 | 0 | 0.5 | 0.40 | 0.81 | 347.5 | 0.33 | 0.14 |
| Hex | 30 | 18 | 1D | 0 | 32 | 28 | 51 | 15C | 21 | E |
| Octal | 60 | 30 | 35 | 0 | 62 | 50 | 121 | 534 | 41 | 16 |
| Binary | 110000 | 11000 | 11101 | 0 | 110010 | 101000 | 1010001 | 101011100 | 100001 | 1110 |
Color Harmonies of #30181D
Complementary color
Monochromatic Colors of #30181D
Black with #30181D
Text Example
Text Example
White with #30181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30181D; }
p { color: rgb(48,24,29); }
H1.HeaderClassName
{
color: #30181D;
}
.AnyTagClassName
{
color: #30181D;
}
</style>
background-color css
<style>
a { background-color: #30181D; }
a { background-color: rgb(48,24,29); }
div.DivClassName
{
background-color: #30181D;
}
.BgClassName
{
background-color: #30181D;
}
</style>
border-color css
<style>
span { border-color: #30181D; }
span { border-color: rgb(48,24,29); }
td.TdClassName
{
border-color: #30181D;
}
.TagClassName
{
border-color: #30181D;
}
</style>