Shades of Rustic Red #21000F
Tints of Rustic Red #21000F
RGB
CMYK
RGB Variations
Color information
#21000F (or 0x21000F) is known color: Rustic Red. HEX triplet: 21, 00 and 0F. RGB value is (33,0,15). Sum of RGB (Red+Green+Blue) = 33+0+15=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #21000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21000F is #DEFFF0. Grayscale: #0B0B0B. Windows color (decimal): -14614513 or 983073. OLE color: 983073.
HSL color Cylindrical-coordinate representation of color #21000F: hue angle of 332.73º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21000F is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.55 | 0.87 |
| HSL | 332.73º | 1% | 0.06% | - |
| HSV(B) | 332.73º | 1% | 0.13% | - |
| XYZ | 0.71 | 0.36 | 0.48 | - |
| YUV | 11.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 15 | 0 | 1 | 0.55 | 0.87 | 332.73 | 1 | 0.06 |
| Hex | 21 | 0 | F | 0 | 64 | 37 | 57 | 14D | 64 | 6 |
| Octal | 41 | 0 | 17 | 0 | 144 | 67 | 127 | 515 | 144 | 6 |
| Binary | 100001 | 0 | 1111 | 0 | 1100100 | 110111 | 1010111 | 101001101 | 1100100 | 110 |
Color Harmonies of #21000F
Complementary color
Monochromatic Colors of #21000F
Black with #21000F
Text Example
Text Example
White with #21000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21000F; }
p { color: rgb(33,0,15); }
H1.HeaderClassName
{
color: #21000F;
}
.AnyTagClassName
{
color: #21000F;
}
</style>
background-color css
<style>
a { background-color: #21000F; }
a { background-color: rgb(33,0,15); }
div.DivClassName
{
background-color: #21000F;
}
.BgClassName
{
background-color: #21000F;
}
</style>
border-color css
<style>
span { border-color: #21000F; }
span { border-color: rgb(33,0,15); }
td.TdClassName
{
border-color: #21000F;
}
.TagClassName
{
border-color: #21000F;
}
</style>