Shades of Rustic Red #30000F
Tints of Rustic Red #30000F
RGB
CMYK
RGB Variations
Color information
#30000F (or 0x30000F) is known color: Rustic Red. HEX triplet: 30, 00 and 0F. RGB value is (48,0,15). Sum of RGB (Red+Green+Blue) = 48+0+15=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30000F is #CFFFF0. Grayscale: #101010. Windows color (decimal): -13631473 or 983088. OLE color: 983088.
HSL color Cylindrical-coordinate representation of color #30000F: hue angle of 341.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30000F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.69 | 0.81 |
| HSL | 341.25º | 1% | 0.09% | - |
| HSV(B) | 341.25º | 1% | 0.19% | - |
| XYZ | 1.31 | 0.66 | 0.51 | - |
| YUV | 16.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 15 | 0 | 1 | 0.69 | 0.81 | 341.25 | 1 | 0.09 |
| Hex | 30 | 0 | F | 0 | 64 | 45 | 51 | 155 | 64 | 9 |
| Octal | 60 | 0 | 17 | 0 | 144 | 105 | 121 | 525 | 144 | 11 |
| Binary | 110000 | 0 | 1111 | 0 | 1100100 | 1000101 | 1010001 | 101010101 | 1100100 | 1001 |
Color Harmonies of #30000F
Complementary color
Monochromatic Colors of #30000F
Black with #30000F
Text Example
Text Example
White with #30000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30000F; }
p { color: rgb(48,0,15); }
H1.HeaderClassName
{
color: #30000F;
}
.AnyTagClassName
{
color: #30000F;
}
</style>
background-color css
<style>
a { background-color: #30000F; }
a { background-color: rgb(48,0,15); }
div.DivClassName
{
background-color: #30000F;
}
.BgClassName
{
background-color: #30000F;
}
</style>
border-color css
<style>
span { border-color: #30000F; }
span { border-color: rgb(48,0,15); }
td.TdClassName
{
border-color: #30000F;
}
.TagClassName
{
border-color: #30000F;
}
</style>