Shades of Rustic Red #33000F
Tints of Rustic Red #33000F
RGB
CMYK
RGB Variations
Color information
#33000F (or 0x33000F) is known color: Rustic Red. HEX triplet: 33, 00 and 0F. RGB value is (51,0,15). Sum of RGB (Red+Green+Blue) = 51+0+15=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #33000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33000F is #CCFFF0. Grayscale: #101010. Windows color (decimal): -13434865 or 983091. OLE color: 983091.
HSL color Cylindrical-coordinate representation of color #33000F: hue angle of 342.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33000F is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.71 | 0.8 |
| HSL | 342.35º | 1% | 0.1% | - |
| HSV(B) | 342.35º | 1% | 0.2% | - |
| XYZ | 1.45 | 0.74 | 0.52 | - |
| YUV | 16.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 15 | 0 | 1 | 0.71 | 0.8 | 342.35 | 1 | 0.1 |
| Hex | 33 | 0 | F | 0 | 64 | 47 | 50 | 156 | 64 | A |
| Octal | 63 | 0 | 17 | 0 | 144 | 107 | 120 | 526 | 144 | 12 |
| Binary | 110011 | 0 | 1111 | 0 | 1100100 | 1000111 | 1010000 | 101010110 | 1100100 | 1010 |
Color Harmonies of #33000F
Complementary color
Monochromatic Colors of #33000F
Black with #33000F
Text Example
Text Example
White with #33000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33000F; }
p { color: rgb(51,0,15); }
H1.HeaderClassName
{
color: #33000F;
}
.AnyTagClassName
{
color: #33000F;
}
</style>
background-color css
<style>
a { background-color: #33000F; }
a { background-color: rgb(51,0,15); }
div.DivClassName
{
background-color: #33000F;
}
.BgClassName
{
background-color: #33000F;
}
</style>
border-color css
<style>
span { border-color: #33000F; }
span { border-color: rgb(51,0,15); }
td.TdClassName
{
border-color: #33000F;
}
.TagClassName
{
border-color: #33000F;
}
</style>