Shades of Rustic Red #400211
Tints of Rustic Red #400211
RGB
CMYK
RGB Variations
Color information
#400211 (or 0x400211) is known color: Rustic Red. HEX triplet: 40, 02 and 11. RGB value is (64,2,17). Sum of RGB (Red+Green+Blue) = 64+2+17=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #400211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400211 is #BFFDEE. Grayscale: #161616. Windows color (decimal): -12582383 or 1114688. OLE color: 1114688.
HSL color Cylindrical-coordinate representation of color #400211: hue angle of 345.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400211 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 17 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.75 |
| HSL | 345.48º | 0.94% | 0.13% | - |
| HSV(B) | 345.48º | 0.97% | 0.25% | - |
| XYZ | 2.24 | 1.17 | 0.64 | - |
| YUV | 22.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 17 | 0 | 0.97 | 0.73 | 0.75 | 345.48 | 0.94 | 0.13 |
| Hex | 40 | 2 | 11 | 0 | 61 | 49 | 4B | 159 | 5E | D |
| Octal | 100 | 2 | 21 | 0 | 141 | 111 | 113 | 531 | 136 | 15 |
| Binary | 1000000 | 10 | 10001 | 0 | 1100001 | 1001001 | 1001011 | 101011001 | 1011110 | 1101 |
Color Harmonies of #400211
Complementary color
Monochromatic Colors of #400211
Black with #400211
Text Example
Text Example
White with #400211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400211; }
p { color: rgb(64,2,17); }
H1.HeaderClassName
{
color: #400211;
}
.AnyTagClassName
{
color: #400211;
}
</style>
background-color css
<style>
a { background-color: #400211; }
a { background-color: rgb(64,2,17); }
div.DivClassName
{
background-color: #400211;
}
.BgClassName
{
background-color: #400211;
}
</style>
border-color css
<style>
span { border-color: #400211; }
span { border-color: rgb(64,2,17); }
td.TdClassName
{
border-color: #400211;
}
.TagClassName
{
border-color: #400211;
}
</style>