Shades of Rustic Red #330205
Tints of Rustic Red #330205
RGB
CMYK
RGB Variations
Color information
#330205 (or 0x330205) is known color: Rustic Red. HEX triplet: 33, 02 and 05. RGB value is (51,2,5). Sum of RGB (Red+Green+Blue) = 51+2+5=58 (7% of max value = 765). Red value is 51 (20.31% from 255 or 87.93% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 51 - color contains mainly: red. Hex color #330205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330205 is #CCFDFA. Grayscale: #111111. Windows color (decimal): -13434363 or 328243. OLE color: 328243.
HSL color Cylindrical-coordinate representation of color #330205: hue angle of 356.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330205 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 2 | 5 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.8 |
| HSL | 356.33º | 0.92% | 0.1% | - |
| HSV(B) | 356.33º | 0.96% | 0.2% | - |
| XYZ | 1.41 | 0.76 | 0.22 | - |
| YUV | 16.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 5 | 0 | 0.96 | 0.90 | 0.8 | 356.33 | 0.92 | 0.1 |
| Hex | 33 | 2 | 5 | 0 | 60 | 5A | 50 | 164 | 5C | A |
| Octal | 63 | 2 | 5 | 0 | 140 | 132 | 120 | 544 | 134 | 12 |
| Binary | 110011 | 10 | 101 | 0 | 1100000 | 1011010 | 1010000 | 101100100 | 1011100 | 1010 |
Color Harmonies of #330205
Complementary color
Monochromatic Colors of #330205
Black with #330205
Text Example
Text Example
White with #330205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330205; }
p { color: rgb(51,2,5); }
H1.HeaderClassName
{
color: #330205;
}
.AnyTagClassName
{
color: #330205;
}
</style>
background-color css
<style>
a { background-color: #330205; }
a { background-color: rgb(51,2,5); }
div.DivClassName
{
background-color: #330205;
}
.BgClassName
{
background-color: #330205;
}
</style>
border-color css
<style>
span { border-color: #330205; }
span { border-color: rgb(51,2,5); }
td.TdClassName
{
border-color: #330205;
}
.TagClassName
{
border-color: #330205;
}
</style>