Shades of Rustic Red #30010C
Tints of Rustic Red #30010C
RGB
CMYK
RGB Variations
Color information
#30010C (or 0x30010C) is known color: Rustic Red. HEX triplet: 30, 01 and 0C. RGB value is (48,1,12). Sum of RGB (Red+Green+Blue) = 48+1+12=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #30010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30010C is #CFFEF3. Grayscale: #101010. Windows color (decimal): -13631220 or 786736. OLE color: 786736.
HSL color Cylindrical-coordinate representation of color #30010C: hue angle of 345.96º 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 #30010C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 12 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.81 |
| HSL | 345.96º | 0.96% | 0.1% | - |
| HSV(B) | 345.96º | 0.98% | 0.19% | - |
| XYZ | 1.3 | 0.68 | 0.41 | - |
| YUV | 16.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 12 | 0 | 0.98 | 0.75 | 0.81 | 345.96 | 0.96 | 0.1 |
| Hex | 30 | 1 | C | 0 | 62 | 4B | 51 | 15A | 60 | A |
| Octal | 60 | 1 | 14 | 0 | 142 | 113 | 121 | 532 | 140 | 12 |
| Binary | 110000 | 1 | 1100 | 0 | 1100010 | 1001011 | 1010001 | 101011010 | 1100000 | 1010 |
Color Harmonies of #30010C
Complementary color
Monochromatic Colors of #30010C
Black with #30010C
Text Example
Text Example
White with #30010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30010C; }
p { color: rgb(48,1,12); }
H1.HeaderClassName
{
color: #30010C;
}
.AnyTagClassName
{
color: #30010C;
}
</style>
background-color css
<style>
a { background-color: #30010C; }
a { background-color: rgb(48,1,12); }
div.DivClassName
{
background-color: #30010C;
}
.BgClassName
{
background-color: #30010C;
}
</style>
border-color css
<style>
span { border-color: #30010C; }
span { border-color: rgb(48,1,12); }
td.TdClassName
{
border-color: #30010C;
}
.TagClassName
{
border-color: #30010C;
}
</style>