Shades of Rustic Red #330C19
Tints of Rustic Red #330C19
RGB
CMYK
RGB Variations
Color information
#330C19 (or 0x330C19) is known color: Rustic Red. HEX triplet: 33, 0C and 19. RGB value is (51,12,25). Sum of RGB (Red+Green+Blue) = 51+12+25=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C19 is #CCF3E6. Grayscale: #191919. Windows color (decimal): -13431783 or 1641523. OLE color: 1641523.
HSL color Cylindrical-coordinate representation of color #330C19: hue angle of 340º 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 #330C19 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 25 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.8 |
| HSL | 340º | 0.62% | 0.12% | - |
| HSV(B) | 340º | 0.76% | 0.2% | - |
| XYZ | 1.67 | 1.04 | 1.03 | - |
| YUV | 25.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 25 | 0 | 0.76 | 0.51 | 0.8 | 340 | 0.62 | 0.12 |
| Hex | 33 | C | 19 | 0 | 4C | 33 | 50 | 154 | 3E | C |
| Octal | 63 | 14 | 31 | 0 | 114 | 63 | 120 | 524 | 76 | 14 |
| Binary | 110011 | 1100 | 11001 | 0 | 1001100 | 110011 | 1010000 | 101010100 | 111110 | 1100 |
Color Harmonies of #330C19
Complementary color
Monochromatic Colors of #330C19
Black with #330C19
Text Example
Text Example
White with #330C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C19; }
p { color: rgb(51,12,25); }
H1.HeaderClassName
{
color: #330C19;
}
.AnyTagClassName
{
color: #330C19;
}
</style>
background-color css
<style>
a { background-color: #330C19; }
a { background-color: rgb(51,12,25); }
div.DivClassName
{
background-color: #330C19;
}
.BgClassName
{
background-color: #330C19;
}
</style>
border-color css
<style>
span { border-color: #330C19; }
span { border-color: rgb(51,12,25); }
td.TdClassName
{
border-color: #330C19;
}
.TagClassName
{
border-color: #330C19;
}
</style>