Shades of Rustic Red #30171C
Tints of Rustic Red #30171C
RGB
CMYK
RGB Variations
Color information
#30171C (or 0x30171C) is known color: Rustic Red. HEX triplet: 30, 17 and 1C. RGB value is (48,23,28). Sum of RGB (Red+Green+Blue) = 48+23+28=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30171C is #CFE8E3. Grayscale: #1F1F1F. Windows color (decimal): -13625572 or 1840944. OLE color: 1840944.
HSL color Cylindrical-coordinate representation of color #30171C: hue angle of 348º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30171C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 28 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.81 |
| HSL | 348º | 0.35% | 0.14% | - |
| HSV(B) | 348º | 0.52% | 0.19% | - |
| XYZ | 1.73 | 1.33 | 1.26 | - |
| YUV | 31.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 28 | 0 | 0.52 | 0.42 | 0.81 | 348 | 0.35 | 0.14 |
| Hex | 30 | 17 | 1C | 0 | 34 | 2A | 51 | 15C | 23 | E |
| Octal | 60 | 27 | 34 | 0 | 64 | 52 | 121 | 534 | 43 | 16 |
| Binary | 110000 | 10111 | 11100 | 0 | 110100 | 101010 | 1010001 | 101011100 | 100011 | 1110 |
Color Harmonies of #30171C
Complementary color
Monochromatic Colors of #30171C
Black with #30171C
Text Example
Text Example
White with #30171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30171C; }
p { color: rgb(48,23,28); }
H1.HeaderClassName
{
color: #30171C;
}
.AnyTagClassName
{
color: #30171C;
}
</style>
background-color css
<style>
a { background-color: #30171C; }
a { background-color: rgb(48,23,28); }
div.DivClassName
{
background-color: #30171C;
}
.BgClassName
{
background-color: #30171C;
}
</style>
border-color css
<style>
span { border-color: #30171C; }
span { border-color: rgb(48,23,28); }
td.TdClassName
{
border-color: #30171C;
}
.TagClassName
{
border-color: #30171C;
}
</style>