Shades of Rustic Red #30010D
Tints of Rustic Red #30010D
RGB
CMYK
RGB Variations
Color information
#30010D (or 0x30010D) is known color: Rustic Red. HEX triplet: 30, 01 and 0D. RGB value is (48,1,13). Sum of RGB (Red+Green+Blue) = 48+1+13=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #30010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30010D is #CFFEF2. Grayscale: #101010. Windows color (decimal): -13631219 or 852272. OLE color: 852272.
HSL color Cylindrical-coordinate representation of color #30010D: hue angle of 344.68º 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 #30010D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 13 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.81 |
| HSL | 344.68º | 0.96% | 0.1% | - |
| HSV(B) | 344.68º | 0.98% | 0.19% | - |
| XYZ | 1.3 | 0.68 | 0.44 | - |
| YUV | 16.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 13 | 0 | 0.98 | 0.73 | 0.81 | 344.68 | 0.96 | 0.1 |
| Hex | 30 | 1 | D | 0 | 62 | 49 | 51 | 159 | 60 | A |
| Octal | 60 | 1 | 15 | 0 | 142 | 111 | 121 | 531 | 140 | 12 |
| Binary | 110000 | 1 | 1101 | 0 | 1100010 | 1001001 | 1010001 | 101011001 | 1100000 | 1010 |
Color Harmonies of #30010D
Complementary color
Monochromatic Colors of #30010D
Black with #30010D
Text Example
Text Example
White with #30010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30010D; }
p { color: rgb(48,1,13); }
H1.HeaderClassName
{
color: #30010D;
}
.AnyTagClassName
{
color: #30010D;
}
</style>
background-color css
<style>
a { background-color: #30010D; }
a { background-color: rgb(48,1,13); }
div.DivClassName
{
background-color: #30010D;
}
.BgClassName
{
background-color: #30010D;
}
</style>
border-color css
<style>
span { border-color: #30010D; }
span { border-color: rgb(48,1,13); }
td.TdClassName
{
border-color: #30010D;
}
.TagClassName
{
border-color: #30010D;
}
</style>