Shades of Rustic Red #300712
Tints of Rustic Red #300712
RGB
CMYK
RGB Variations
Color information
#300712 (or 0x300712) is known color: Rustic Red. HEX triplet: 30, 07 and 12. RGB value is (48,7,18). Sum of RGB (Red+Green+Blue) = 48+7+18=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300712 is #CFF8ED. Grayscale: #141414. Windows color (decimal): -13629678 or 1181488. OLE color: 1181488.
HSL color Cylindrical-coordinate representation of color #300712: hue angle of 343.9º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300712 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 18 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.81 |
| HSL | 343.9º | 0.75% | 0.11% | - |
| HSV(B) | 343.9º | 0.85% | 0.19% | - |
| XYZ | 1.4 | 0.82 | 0.66 | - |
| YUV | 20.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 18 | 0 | 0.85 | 0.63 | 0.81 | 343.9 | 0.75 | 0.11 |
| Hex | 30 | 7 | 12 | 0 | 55 | 3F | 51 | 158 | 4B | B |
| Octal | 60 | 7 | 22 | 0 | 125 | 77 | 121 | 530 | 113 | 13 |
| Binary | 110000 | 111 | 10010 | 0 | 1010101 | 111111 | 1010001 | 101011000 | 1001011 | 1011 |
Color Harmonies of #300712
Complementary color
Monochromatic Colors of #300712
Black with #300712
Text Example
Text Example
White with #300712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300712; }
p { color: rgb(48,7,18); }
H1.HeaderClassName
{
color: #300712;
}
.AnyTagClassName
{
color: #300712;
}
</style>
background-color css
<style>
a { background-color: #300712; }
a { background-color: rgb(48,7,18); }
div.DivClassName
{
background-color: #300712;
}
.BgClassName
{
background-color: #300712;
}
</style>
border-color css
<style>
span { border-color: #300712; }
span { border-color: rgb(48,7,18); }
td.TdClassName
{
border-color: #300712;
}
.TagClassName
{
border-color: #300712;
}
</style>