Shades of Rustic Red #21060F
Tints of Rustic Red #21060F
RGB
CMYK
RGB Variations
Color information
#21060F (or 0x21060F) is known color: Rustic Red. HEX triplet: 21, 06 and 0F. RGB value is (33,6,15). Sum of RGB (Red+Green+Blue) = 33+6+15=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #21060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21060F is #DEF9F0. Grayscale: #0F0F0F. Windows color (decimal): -14612977 or 984609. OLE color: 984609.
HSL color Cylindrical-coordinate representation of color #21060F: hue angle of 340º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21060F is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 15 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.87 |
| HSL | 340º | 0.69% | 0.08% | - |
| HSV(B) | 340º | 0.82% | 0.13% | - |
| XYZ | 0.78 | 0.49 | 0.51 | - |
| YUV | 15.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 15 | 0 | 0.82 | 0.55 | 0.87 | 340 | 0.69 | 0.08 |
| Hex | 21 | 6 | F | 0 | 52 | 37 | 57 | 154 | 45 | 8 |
| Octal | 41 | 6 | 17 | 0 | 122 | 67 | 127 | 524 | 105 | 10 |
| Binary | 100001 | 110 | 1111 | 0 | 1010010 | 110111 | 1010111 | 101010100 | 1000101 | 1000 |
Color Harmonies of #21060F
Complementary color
Monochromatic Colors of #21060F
Black with #21060F
Text Example
Text Example
White with #21060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21060F; }
p { color: rgb(33,6,15); }
H1.HeaderClassName
{
color: #21060F;
}
.AnyTagClassName
{
color: #21060F;
}
</style>
background-color css
<style>
a { background-color: #21060F; }
a { background-color: rgb(33,6,15); }
div.DivClassName
{
background-color: #21060F;
}
.BgClassName
{
background-color: #21060F;
}
</style>
border-color css
<style>
span { border-color: #21060F; }
span { border-color: rgb(33,6,15); }
td.TdClassName
{
border-color: #21060F;
}
.TagClassName
{
border-color: #21060F;
}
</style>