Shades of Rustic Red #30010F
Tints of Rustic Red #30010F
RGB
CMYK
RGB Variations
Color information
#30010F (or 0x30010F) is known color: Rustic Red. HEX triplet: 30, 01 and 0F. RGB value is (48,1,15). Sum of RGB (Red+Green+Blue) = 48+1+15=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #30010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30010F is #CFFEF0. Grayscale: #101010. Windows color (decimal): -13631217 or 983344. OLE color: 983344.
HSL color Cylindrical-coordinate representation of color #30010F: hue angle of 342.13º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30010F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 15 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.81 |
| HSL | 342.13º | 0.96% | 0.1% | - |
| HSV(B) | 342.13º | 0.98% | 0.19% | - |
| XYZ | 1.32 | 0.68 | 0.51 | - |
| YUV | 16.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 15 | 0 | 0.98 | 0.69 | 0.81 | 342.13 | 0.96 | 0.1 |
| Hex | 30 | 1 | F | 0 | 62 | 45 | 51 | 156 | 60 | A |
| Octal | 60 | 1 | 17 | 0 | 142 | 105 | 121 | 526 | 140 | 12 |
| Binary | 110000 | 1 | 1111 | 0 | 1100010 | 1000101 | 1010001 | 101010110 | 1100000 | 1010 |
Color Harmonies of #30010F
Complementary color
Monochromatic Colors of #30010F
Black with #30010F
Text Example
Text Example
White with #30010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30010F; }
p { color: rgb(48,1,15); }
H1.HeaderClassName
{
color: #30010F;
}
.AnyTagClassName
{
color: #30010F;
}
</style>
background-color css
<style>
a { background-color: #30010F; }
a { background-color: rgb(48,1,15); }
div.DivClassName
{
background-color: #30010F;
}
.BgClassName
{
background-color: #30010F;
}
</style>
border-color css
<style>
span { border-color: #30010F; }
span { border-color: rgb(48,1,15); }
td.TdClassName
{
border-color: #30010F;
}
.TagClassName
{
border-color: #30010F;
}
</style>