Shades of Rustic Red #21060C
Tints of Rustic Red #21060C
RGB
CMYK
RGB Variations
Color information
#21060C (or 0x21060C) is known color: Rustic Red. HEX triplet: 21, 06 and 0C. RGB value is (33,6,12). Sum of RGB (Red+Green+Blue) = 33+6+12=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21060C is #DEF9F3. Grayscale: #0E0E0E. Windows color (decimal): -14612980 or 788001. OLE color: 788001.
HSL color Cylindrical-coordinate representation of color #21060C: hue angle of 346.67º 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 #21060C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 12 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.87 |
| HSL | 346.67º | 0.69% | 0.08% | - |
| HSV(B) | 346.67º | 0.82% | 0.13% | - |
| XYZ | 0.76 | 0.48 | 0.4 | - |
| YUV | 14.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 12 | 0 | 0.82 | 0.64 | 0.87 | 346.67 | 0.69 | 0.08 |
| Hex | 21 | 6 | C | 0 | 52 | 40 | 57 | 15B | 45 | 8 |
| Octal | 41 | 6 | 14 | 0 | 122 | 100 | 127 | 533 | 105 | 10 |
| Binary | 100001 | 110 | 1100 | 0 | 1010010 | 1000000 | 1010111 | 101011011 | 1000101 | 1000 |
Color Harmonies of #21060C
Complementary color
Monochromatic Colors of #21060C
Black with #21060C
Text Example
Text Example
White with #21060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21060C; }
p { color: rgb(33,6,12); }
H1.HeaderClassName
{
color: #21060C;
}
.AnyTagClassName
{
color: #21060C;
}
</style>
background-color css
<style>
a { background-color: #21060C; }
a { background-color: rgb(33,6,12); }
div.DivClassName
{
background-color: #21060C;
}
.BgClassName
{
background-color: #21060C;
}
</style>
border-color css
<style>
span { border-color: #21060C; }
span { border-color: rgb(33,6,12); }
td.TdClassName
{
border-color: #21060C;
}
.TagClassName
{
border-color: #21060C;
}
</style>