Shades of Rustic Red #330D18
Tints of Rustic Red #330D18
RGB
CMYK
RGB Variations
Color information
#330D18 (or 0x330D18) is known color: Rustic Red. HEX triplet: 33, 0D and 18. RGB value is (51,13,24). Sum of RGB (Red+Green+Blue) = 51+13+24=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D18 is #CCF2E7. Grayscale: #191919. Windows color (decimal): -13431528 or 1576243. OLE color: 1576243.
HSL color Cylindrical-coordinate representation of color #330D18: hue angle of 342.63º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330D18 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 24 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.8 |
| HSL | 342.63º | 0.59% | 0.13% | - |
| HSV(B) | 342.63º | 0.75% | 0.2% | - |
| XYZ | 1.67 | 1.06 | 0.98 | - |
| YUV | 25.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 24 | 0 | 0.75 | 0.53 | 0.8 | 342.63 | 0.59 | 0.13 |
| Hex | 33 | D | 18 | 0 | 4B | 35 | 50 | 157 | 3B | D |
| Octal | 63 | 15 | 30 | 0 | 113 | 65 | 120 | 527 | 73 | 15 |
| Binary | 110011 | 1101 | 11000 | 0 | 1001011 | 110101 | 1010000 | 101010111 | 111011 | 1101 |
Color Harmonies of #330D18
Complementary color
Monochromatic Colors of #330D18
Black with #330D18
Text Example
Text Example
White with #330D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D18; }
p { color: rgb(51,13,24); }
H1.HeaderClassName
{
color: #330D18;
}
.AnyTagClassName
{
color: #330D18;
}
</style>
background-color css
<style>
a { background-color: #330D18; }
a { background-color: rgb(51,13,24); }
div.DivClassName
{
background-color: #330D18;
}
.BgClassName
{
background-color: #330D18;
}
</style>
border-color css
<style>
span { border-color: #330D18; }
span { border-color: rgb(51,13,24); }
td.TdClassName
{
border-color: #330D18;
}
.TagClassName
{
border-color: #330D18;
}
</style>