Shades of Rustic Red #301016
Tints of Rustic Red #301016
RGB
CMYK
RGB Variations
Color information
#301016 (or 0x301016) is known color: Rustic Red. HEX triplet: 30, 10 and 16. RGB value is (48,16,22). Sum of RGB (Red+Green+Blue) = 48+16+22=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301016 is #CFEFE9. Grayscale: #1A1A1A. Windows color (decimal): -13627370 or 1445936. OLE color: 1445936.
HSL color Cylindrical-coordinate representation of color #301016: hue angle of 348.75º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301016 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 16 | 22 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.81 |
| HSL | 348.75º | 0.5% | 0.13% | - |
| HSV(B) | 348.75º | 0.67% | 0.19% | - |
| XYZ | 1.55 | 1.06 | 0.88 | - |
| YUV | 26.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 22 | 0 | 0.67 | 0.54 | 0.81 | 348.75 | 0.5 | 0.13 |
| Hex | 30 | 10 | 16 | 0 | 43 | 36 | 51 | 15D | 32 | D |
| Octal | 60 | 20 | 26 | 0 | 103 | 66 | 121 | 535 | 62 | 15 |
| Binary | 110000 | 10000 | 10110 | 0 | 1000011 | 110110 | 1010001 | 101011101 | 110010 | 1101 |
Color Harmonies of #301016
Complementary color
Monochromatic Colors of #301016
Black with #301016
Text Example
Text Example
White with #301016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301016; }
p { color: rgb(48,16,22); }
H1.HeaderClassName
{
color: #301016;
}
.AnyTagClassName
{
color: #301016;
}
</style>
background-color css
<style>
a { background-color: #301016; }
a { background-color: rgb(48,16,22); }
div.DivClassName
{
background-color: #301016;
}
.BgClassName
{
background-color: #301016;
}
</style>
border-color css
<style>
span { border-color: #301016; }
span { border-color: rgb(48,16,22); }
td.TdClassName
{
border-color: #301016;
}
.TagClassName
{
border-color: #301016;
}
</style>