Shades of Rustic Red #30030D
Tints of Rustic Red #30030D
RGB
CMYK
RGB Variations
Color information
#30030D (or 0x30030D) is known color: Rustic Red. HEX triplet: 30, 03 and 0D. RGB value is (48,3,13). Sum of RGB (Red+Green+Blue) = 48+3+13=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #30030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030D is #CFFCF2. Grayscale: #111111. Windows color (decimal): -13630707 or 852784. OLE color: 852784.
HSL color Cylindrical-coordinate representation of color #30030D: hue angle of 346.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30030D is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 13 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.81 |
| HSL | 346.67º | 0.88% | 0.1% | - |
| HSV(B) | 346.67º | 0.94% | 0.19% | - |
| XYZ | 1.32 | 0.72 | 0.45 | - |
| YUV | 17.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 13 | 0 | 0.94 | 0.73 | 0.81 | 346.67 | 0.88 | 0.1 |
| Hex | 30 | 3 | D | 0 | 5E | 49 | 51 | 15B | 58 | A |
| Octal | 60 | 3 | 15 | 0 | 136 | 111 | 121 | 533 | 130 | 12 |
| Binary | 110000 | 11 | 1101 | 0 | 1011110 | 1001001 | 1010001 | 101011011 | 1011000 | 1010 |
Color Harmonies of #30030D
Complementary color
Monochromatic Colors of #30030D
Black with #30030D
Text Example
Text Example
White with #30030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30030D; }
p { color: rgb(48,3,13); }
H1.HeaderClassName
{
color: #30030D;
}
.AnyTagClassName
{
color: #30030D;
}
</style>
background-color css
<style>
a { background-color: #30030D; }
a { background-color: rgb(48,3,13); }
div.DivClassName
{
background-color: #30030D;
}
.BgClassName
{
background-color: #30030D;
}
</style>
border-color css
<style>
span { border-color: #30030D; }
span { border-color: rgb(48,3,13); }
td.TdClassName
{
border-color: #30030D;
}
.TagClassName
{
border-color: #30030D;
}
</style>