Shades of Rustic Red #330F10
Tints of Rustic Red #330F10
RGB
CMYK
RGB Variations
Color information
#330F10 (or 0x330F10) is known color: Rustic Red. HEX triplet: 33, 0F and 10. RGB value is (51,15,16). Sum of RGB (Red+Green+Blue) = 51+15+16=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F10 is #CCF0EF. Grayscale: #191919. Windows color (decimal): -13431024 or 1052467. OLE color: 1052467.
HSL color Cylindrical-coordinate representation of color #330F10: hue angle of 358.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F10 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 16 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.8 |
| HSL | 358.33º | 0.55% | 0.13% | - |
| HSV(B) | 358.33º | 0.71% | 0.2% | - |
| XYZ | 1.63 | 1.08 | 0.61 | - |
| YUV | 25.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 16 | 0 | 0.71 | 0.69 | 0.8 | 358.33 | 0.55 | 0.13 |
| Hex | 33 | F | 10 | 0 | 47 | 45 | 50 | 166 | 37 | D |
| Octal | 63 | 17 | 20 | 0 | 107 | 105 | 120 | 546 | 67 | 15 |
| Binary | 110011 | 1111 | 10000 | 0 | 1000111 | 1000101 | 1010000 | 101100110 | 110111 | 1101 |
Color Harmonies of #330F10
Complementary color
Monochromatic Colors of #330F10
Black with #330F10
Text Example
Text Example
White with #330F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F10; }
p { color: rgb(51,15,16); }
H1.HeaderClassName
{
color: #330F10;
}
.AnyTagClassName
{
color: #330F10;
}
</style>
background-color css
<style>
a { background-color: #330F10; }
a { background-color: rgb(51,15,16); }
div.DivClassName
{
background-color: #330F10;
}
.BgClassName
{
background-color: #330F10;
}
</style>
border-color css
<style>
span { border-color: #330F10; }
span { border-color: rgb(51,15,16); }
td.TdClassName
{
border-color: #330F10;
}
.TagClassName
{
border-color: #330F10;
}
</style>