Shades of Rustic Red #330B1A
Tints of Rustic Red #330B1A
RGB
CMYK
RGB Variations
Color information
#330B1A (or 0x330B1A) is known color: Rustic Red. HEX triplet: 33, 0B and 1A. RGB value is (51,11,26). Sum of RGB (Red+Green+Blue) = 51+11+26=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B1A is #CCF4E5. Grayscale: #181818. Windows color (decimal): -13432038 or 1706803. OLE color: 1706803.
HSL color Cylindrical-coordinate representation of color #330B1A: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B1A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 26 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.8 |
| HSL | 337.5º | 0.65% | 0.12% | - |
| HSV(B) | 337.5º | 0.78% | 0.2% | - |
| XYZ | 1.67 | 1.02 | 1.09 | - |
| YUV | 24.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 26 | 0 | 0.78 | 0.49 | 0.8 | 337.5 | 0.65 | 0.12 |
| Hex | 33 | B | 1A | 0 | 4E | 31 | 50 | 152 | 41 | C |
| Octal | 63 | 13 | 32 | 0 | 116 | 61 | 120 | 522 | 101 | 14 |
| Binary | 110011 | 1011 | 11010 | 0 | 1001110 | 110001 | 1010000 | 101010010 | 1000001 | 1100 |
Color Harmonies of #330B1A
Complementary color
Monochromatic Colors of #330B1A
Black with #330B1A
Text Example
Text Example
White with #330B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B1A; }
p { color: rgb(51,11,26); }
H1.HeaderClassName
{
color: #330B1A;
}
.AnyTagClassName
{
color: #330B1A;
}
</style>
background-color css
<style>
a { background-color: #330B1A; }
a { background-color: rgb(51,11,26); }
div.DivClassName
{
background-color: #330B1A;
}
.BgClassName
{
background-color: #330B1A;
}
</style>
border-color css
<style>
span { border-color: #330B1A; }
span { border-color: rgb(51,11,26); }
td.TdClassName
{
border-color: #330B1A;
}
.TagClassName
{
border-color: #330B1A;
}
</style>