Shades of Rustic Red #330307
Tints of Rustic Red #330307
RGB
CMYK
RGB Variations
Color information
#330307 (or 0x330307) is known color: Rustic Red. HEX triplet: 33, 03 and 07. RGB value is (51,3,7). Sum of RGB (Red+Green+Blue) = 51+3+7=61 (8% of max value = 765). Red value is 51 (20.31% from 255 or 83.61% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 51 - color contains mainly: red. Hex color #330307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330307 is #CCFCF8. Grayscale: #111111. Windows color (decimal): -13434105 or 459571. OLE color: 459571.
HSL color Cylindrical-coordinate representation of color #330307: hue angle of 355º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330307 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 7 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.8 |
| HSL | 355º | 0.89% | 0.11% | - |
| HSV(B) | 355º | 0.94% | 0.2% | - |
| XYZ | 1.44 | 0.78 | 0.28 | - |
| YUV | 17.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 7 | 0 | 0.94 | 0.86 | 0.8 | 355 | 0.89 | 0.11 |
| Hex | 33 | 3 | 7 | 0 | 5E | 56 | 50 | 163 | 59 | B |
| Octal | 63 | 3 | 7 | 0 | 136 | 126 | 120 | 543 | 131 | 13 |
| Binary | 110011 | 11 | 111 | 0 | 1011110 | 1010110 | 1010000 | 101100011 | 1011001 | 1011 |
Color Harmonies of #330307
Complementary color
Monochromatic Colors of #330307
Black with #330307
Text Example
Text Example
White with #330307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330307; }
p { color: rgb(51,3,7); }
H1.HeaderClassName
{
color: #330307;
}
.AnyTagClassName
{
color: #330307;
}
</style>
background-color css
<style>
a { background-color: #330307; }
a { background-color: rgb(51,3,7); }
div.DivClassName
{
background-color: #330307;
}
.BgClassName
{
background-color: #330307;
}
</style>
border-color css
<style>
span { border-color: #330307; }
span { border-color: rgb(51,3,7); }
td.TdClassName
{
border-color: #330307;
}
.TagClassName
{
border-color: #330307;
}
</style>