Shades of Rustic Red #400015
Tints of Rustic Red #400015
RGB
CMYK
RGB Variations
Color information
#400015 (or 0x400015) is known color: Rustic Red. HEX triplet: 40, 00 and 15. RGB value is (64,0,21). Sum of RGB (Red+Green+Blue) = 64+0+21=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400015 is #BFFFEA. Grayscale: #151515. Windows color (decimal): -12582891 or 1376320. OLE color: 1376320.
HSL color Cylindrical-coordinate representation of color #400015: hue angle of 340.31º 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 #400015 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.67 | 0.75 |
| HSL | 340.31º | 1% | 0.13% | - |
| HSV(B) | 340.31º | 1% | 0.25% | - |
| XYZ | 2.25 | 1.14 | 0.81 | - |
| YUV | 21.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 21 | 0 | 1 | 0.67 | 0.75 | 340.31 | 1 | 0.13 |
| Hex | 40 | 0 | 15 | 0 | 64 | 43 | 4B | 154 | 64 | D |
| Octal | 100 | 0 | 25 | 0 | 144 | 103 | 113 | 524 | 144 | 15 |
| Binary | 1000000 | 0 | 10101 | 0 | 1100100 | 1000011 | 1001011 | 101010100 | 1100100 | 1101 |
Color Harmonies of #400015
Complementary color
Monochromatic Colors of #400015
Black with #400015
Text Example
Text Example
White with #400015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400015; }
p { color: rgb(64,0,21); }
H1.HeaderClassName
{
color: #400015;
}
.AnyTagClassName
{
color: #400015;
}
</style>
background-color css
<style>
a { background-color: #400015; }
a { background-color: rgb(64,0,21); }
div.DivClassName
{
background-color: #400015;
}
.BgClassName
{
background-color: #400015;
}
</style>
border-color css
<style>
span { border-color: #400015; }
span { border-color: rgb(64,0,21); }
td.TdClassName
{
border-color: #400015;
}
.TagClassName
{
border-color: #400015;
}
</style>