Shades of Rustic Red #400206
Tints of Rustic Red #400206
RGB
CMYK
RGB Variations
Color information
#400206 (or 0x400206) is known color: Rustic Red. HEX triplet: 40, 02 and 06. RGB value is (64,2,6). Sum of RGB (Red+Green+Blue) = 64+2+6=72 (9% of max value = 765). Red value is 64 (25.39% from 255 or 88.89% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 64 - color contains mainly: red. Hex color #400206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400206 is #BFFDF9. Grayscale: #151515. Windows color (decimal): -12582394 or 393792. OLE color: 393792.
HSL color Cylindrical-coordinate representation of color #400206: hue angle of 356.13º 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 #400206 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 6 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.75 |
| HSL | 356.13º | 0.94% | 0.13% | - |
| HSV(B) | 356.13º | 0.97% | 0.25% | - |
| XYZ | 2.17 | 1.15 | 0.28 | - |
| YUV | 20.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 6 | 0 | 0.97 | 0.91 | 0.75 | 356.13 | 0.94 | 0.13 |
| Hex | 40 | 2 | 6 | 0 | 61 | 5B | 4B | 164 | 5E | D |
| Octal | 100 | 2 | 6 | 0 | 141 | 133 | 113 | 544 | 136 | 15 |
| Binary | 1000000 | 10 | 110 | 0 | 1100001 | 1011011 | 1001011 | 101100100 | 1011110 | 1101 |
Color Harmonies of #400206
Complementary color
Monochromatic Colors of #400206
Black with #400206
Text Example
Text Example
White with #400206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400206; }
p { color: rgb(64,2,6); }
H1.HeaderClassName
{
color: #400206;
}
.AnyTagClassName
{
color: #400206;
}
</style>
background-color css
<style>
a { background-color: #400206; }
a { background-color: rgb(64,2,6); }
div.DivClassName
{
background-color: #400206;
}
.BgClassName
{
background-color: #400206;
}
</style>
border-color css
<style>
span { border-color: #400206; }
span { border-color: rgb(64,2,6); }
td.TdClassName
{
border-color: #400206;
}
.TagClassName
{
border-color: #400206;
}
</style>