Shades of Rustic Red #30181C
Tints of Rustic Red #30181C
RGB
CMYK
RGB Variations
Color information
#30181C (or 0x30181C) is known color: Rustic Red. HEX triplet: 30, 18 and 1C. RGB value is (48,24,28). Sum of RGB (Red+Green+Blue) = 48+24+28=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181C is #CFE7E3. Grayscale: #1F1F1F. Windows color (decimal): -13625316 or 1841200. OLE color: 1841200.
HSL color Cylindrical-coordinate representation of color #30181C: hue angle of 350º 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 #30181C is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 28 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.81 |
| HSL | 350º | 0.33% | 0.14% | - |
| HSV(B) | 350º | 0.5% | 0.19% | - |
| XYZ | 1.76 | 1.37 | 1.27 | - |
| YUV | 31.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 28 | 0 | 0.5 | 0.42 | 0.81 | 350 | 0.33 | 0.14 |
| Hex | 30 | 18 | 1C | 0 | 32 | 2A | 51 | 15E | 21 | E |
| Octal | 60 | 30 | 34 | 0 | 62 | 52 | 121 | 536 | 41 | 16 |
| Binary | 110000 | 11000 | 11100 | 0 | 110010 | 101010 | 1010001 | 101011110 | 100001 | 1110 |
Color Harmonies of #30181C
Complementary color
Monochromatic Colors of #30181C
Black with #30181C
Text Example
Text Example
White with #30181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30181C; }
p { color: rgb(48,24,28); }
H1.HeaderClassName
{
color: #30181C;
}
.AnyTagClassName
{
color: #30181C;
}
</style>
background-color css
<style>
a { background-color: #30181C; }
a { background-color: rgb(48,24,28); }
div.DivClassName
{
background-color: #30181C;
}
.BgClassName
{
background-color: #30181C;
}
</style>
border-color css
<style>
span { border-color: #30181C; }
span { border-color: rgb(48,24,28); }
td.TdClassName
{
border-color: #30181C;
}
.TagClassName
{
border-color: #30181C;
}
</style>