Shades of Rustic Red #30020F
Tints of Rustic Red #30020F
RGB
CMYK
RGB Variations
Color information
#30020F (or 0x30020F) is known color: Rustic Red. HEX triplet: 30, 02 and 0F. RGB value is (48,2,15). Sum of RGB (Red+Green+Blue) = 48+2+15=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #30020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30020F is #CFFDF0. Grayscale: #111111. Windows color (decimal): -13630961 or 983600. OLE color: 983600.
HSL color Cylindrical-coordinate representation of color #30020F: hue angle of 343.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30020F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 15 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.81 |
| HSL | 343.04º | 0.92% | 0.1% | - |
| HSV(B) | 343.04º | 0.96% | 0.19% | - |
| XYZ | 1.33 | 0.71 | 0.52 | - |
| YUV | 17.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 15 | 0 | 0.96 | 0.69 | 0.81 | 343.04 | 0.92 | 0.1 |
| Hex | 30 | 2 | F | 0 | 60 | 45 | 51 | 157 | 5C | A |
| Octal | 60 | 2 | 17 | 0 | 140 | 105 | 121 | 527 | 134 | 12 |
| Binary | 110000 | 10 | 1111 | 0 | 1100000 | 1000101 | 1010001 | 101010111 | 1011100 | 1010 |
Color Harmonies of #30020F
Complementary color
Monochromatic Colors of #30020F
Black with #30020F
Text Example
Text Example
White with #30020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30020F; }
p { color: rgb(48,2,15); }
H1.HeaderClassName
{
color: #30020F;
}
.AnyTagClassName
{
color: #30020F;
}
</style>
background-color css
<style>
a { background-color: #30020F; }
a { background-color: rgb(48,2,15); }
div.DivClassName
{
background-color: #30020F;
}
.BgClassName
{
background-color: #30020F;
}
</style>
border-color css
<style>
span { border-color: #30020F; }
span { border-color: rgb(48,2,15); }
td.TdClassName
{
border-color: #30020F;
}
.TagClassName
{
border-color: #30020F;
}
</style>