Shades of Rustic Red #330C14
Tints of Rustic Red #330C14
RGB
CMYK
RGB Variations
Color information
#330C14 (or 0x330C14) is known color: Rustic Red. HEX triplet: 33, 0C and 14. RGB value is (51,12,20). Sum of RGB (Red+Green+Blue) = 51+12+20=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C14 is #CCF3EB. Grayscale: #181818. Windows color (decimal): -13431788 or 1313843. OLE color: 1313843.
HSL color Cylindrical-coordinate representation of color #330C14: hue angle of 347.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C14 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 20 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.8 |
| HSL | 347.69º | 0.62% | 0.12% | - |
| HSV(B) | 347.69º | 0.76% | 0.2% | - |
| XYZ | 1.62 | 1.02 | 0.77 | - |
| YUV | 24.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 20 | 0 | 0.76 | 0.61 | 0.8 | 347.69 | 0.62 | 0.12 |
| Hex | 33 | C | 14 | 0 | 4C | 3D | 50 | 15C | 3E | C |
| Octal | 63 | 14 | 24 | 0 | 114 | 75 | 120 | 534 | 76 | 14 |
| Binary | 110011 | 1100 | 10100 | 0 | 1001100 | 111101 | 1010000 | 101011100 | 111110 | 1100 |
Color Harmonies of #330C14
Complementary color
Monochromatic Colors of #330C14
Black with #330C14
Text Example
Text Example
White with #330C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C14; }
p { color: rgb(51,12,20); }
H1.HeaderClassName
{
color: #330C14;
}
.AnyTagClassName
{
color: #330C14;
}
</style>
background-color css
<style>
a { background-color: #330C14; }
a { background-color: rgb(51,12,20); }
div.DivClassName
{
background-color: #330C14;
}
.BgClassName
{
background-color: #330C14;
}
</style>
border-color css
<style>
span { border-color: #330C14; }
span { border-color: rgb(51,12,20); }
td.TdClassName
{
border-color: #330C14;
}
.TagClassName
{
border-color: #330C14;
}
</style>