Shades of Rustic Red #400011
Tints of Rustic Red #400011
RGB
CMYK
RGB Variations
Color information
#400011 (or 0x400011) is known color: Rustic Red. HEX triplet: 40, 00 and 11. RGB value is (64,0,17). Sum of RGB (Red+Green+Blue) = 64+0+17=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #400011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400011 is #BFFFEE. Grayscale: #151515. Windows color (decimal): -12582895 or 1114176. OLE color: 1114176.
HSL color Cylindrical-coordinate representation of color #400011: hue angle of 344.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400011 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.73 | 0.75 |
| HSL | 344.06º | 1% | 0.13% | - |
| HSV(B) | 344.06º | 1% | 0.25% | - |
| XYZ | 2.22 | 1.13 | 0.63 | - |
| YUV | 21.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 17 | 0 | 1 | 0.73 | 0.75 | 344.06 | 1 | 0.13 |
| Hex | 40 | 0 | 11 | 0 | 64 | 49 | 4B | 158 | 64 | D |
| Octal | 100 | 0 | 21 | 0 | 144 | 111 | 113 | 530 | 144 | 15 |
| Binary | 1000000 | 0 | 10001 | 0 | 1100100 | 1001001 | 1001011 | 101011000 | 1100100 | 1101 |
Color Harmonies of #400011
Complementary color
Monochromatic Colors of #400011
Black with #400011
Text Example
Text Example
White with #400011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400011; }
p { color: rgb(64,0,17); }
H1.HeaderClassName
{
color: #400011;
}
.AnyTagClassName
{
color: #400011;
}
</style>
background-color css
<style>
a { background-color: #400011; }
a { background-color: rgb(64,0,17); }
div.DivClassName
{
background-color: #400011;
}
.BgClassName
{
background-color: #400011;
}
</style>
border-color css
<style>
span { border-color: #400011; }
span { border-color: rgb(64,0,17); }
td.TdClassName
{
border-color: #400011;
}
.TagClassName
{
border-color: #400011;
}
</style>