Shades of Rustic Red #33030F
Tints of Rustic Red #33030F
RGB
CMYK
RGB Variations
Color information
#33030F (or 0x33030F) is known color: Rustic Red. HEX triplet: 33, 03 and 0F. RGB value is (51,3,15). Sum of RGB (Red+Green+Blue) = 51+3+15=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #33030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33030F is #CCFCF0. Grayscale: #121212. Windows color (decimal): -13434097 or 983859. OLE color: 983859.
HSL color Cylindrical-coordinate representation of color #33030F: hue angle of 345º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33030F is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 15 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.8 |
| HSL | 345º | 0.89% | 0.11% | - |
| HSV(B) | 345º | 0.94% | 0.2% | - |
| XYZ | 1.48 | 0.8 | 0.53 | - |
| YUV | 18.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 15 | 0 | 0.94 | 0.71 | 0.8 | 345 | 0.89 | 0.11 |
| Hex | 33 | 3 | F | 0 | 5E | 47 | 50 | 159 | 59 | B |
| Octal | 63 | 3 | 17 | 0 | 136 | 107 | 120 | 531 | 131 | 13 |
| Binary | 110011 | 11 | 1111 | 0 | 1011110 | 1000111 | 1010000 | 101011001 | 1011001 | 1011 |
Color Harmonies of #33030F
Complementary color
Monochromatic Colors of #33030F
Black with #33030F
Text Example
Text Example
White with #33030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33030F; }
p { color: rgb(51,3,15); }
H1.HeaderClassName
{
color: #33030F;
}
.AnyTagClassName
{
color: #33030F;
}
</style>
background-color css
<style>
a { background-color: #33030F; }
a { background-color: rgb(51,3,15); }
div.DivClassName
{
background-color: #33030F;
}
.BgClassName
{
background-color: #33030F;
}
</style>
border-color css
<style>
span { border-color: #33030F; }
span { border-color: rgb(51,3,15); }
td.TdClassName
{
border-color: #33030F;
}
.TagClassName
{
border-color: #33030F;
}
</style>