Shades of Rustic Red #21030C
Tints of Rustic Red #21030C
RGB
CMYK
RGB Variations
Color information
#21030C (or 0x21030C) is known color: Rustic Red. HEX triplet: 21, 03 and 0C. RGB value is (33,3,12). Sum of RGB (Red+Green+Blue) = 33+3+12=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #21030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21030C is #DEFCF3. Grayscale: #0C0C0C. Windows color (decimal): -14613748 or 787233. OLE color: 787233.
HSL color Cylindrical-coordinate representation of color #21030C: hue angle of 342º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21030C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 12 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.87 |
| HSL | 342º | 0.83% | 0.07% | - |
| HSV(B) | 342º | 0.91% | 0.13% | - |
| XYZ | 0.73 | 0.42 | 0.39 | - |
| YUV | 13 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 12 | 0 | 0.91 | 0.64 | 0.87 | 342 | 0.83 | 0.07 |
| Hex | 21 | 3 | C | 0 | 5B | 40 | 57 | 156 | 53 | 7 |
| Octal | 41 | 3 | 14 | 0 | 133 | 100 | 127 | 526 | 123 | 7 |
| Binary | 100001 | 11 | 1100 | 0 | 1011011 | 1000000 | 1010111 | 101010110 | 1010011 | 111 |
Color Harmonies of #21030C
Complementary color
Monochromatic Colors of #21030C
Black with #21030C
Text Example
Text Example
White with #21030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21030C; }
p { color: rgb(33,3,12); }
H1.HeaderClassName
{
color: #21030C;
}
.AnyTagClassName
{
color: #21030C;
}
</style>
background-color css
<style>
a { background-color: #21030C; }
a { background-color: rgb(33,3,12); }
div.DivClassName
{
background-color: #21030C;
}
.BgClassName
{
background-color: #21030C;
}
</style>
border-color css
<style>
span { border-color: #21030C; }
span { border-color: rgb(33,3,12); }
td.TdClassName
{
border-color: #21030C;
}
.TagClassName
{
border-color: #21030C;
}
</style>