Shades of Rustic Red #400115
Tints of Rustic Red #400115
RGB
CMYK
RGB Variations
Color information
#400115 (or 0x400115) is known color: Rustic Red. HEX triplet: 40, 01 and 15. RGB value is (64,1,21). Sum of RGB (Red+Green+Blue) = 64+1+21=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400115 is #BFFEEA. Grayscale: #161616. Windows color (decimal): -12582635 or 1376576. OLE color: 1376576.
HSL color Cylindrical-coordinate representation of color #400115: hue angle of 340.95º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400115 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 21 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.75 |
| HSL | 340.95º | 0.97% | 0.13% | - |
| HSV(B) | 340.95º | 0.98% | 0.25% | - |
| XYZ | 2.26 | 1.17 | 0.82 | - |
| YUV | 22.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 21 | 0 | 0.98 | 0.67 | 0.75 | 340.95 | 0.97 | 0.13 |
| Hex | 40 | 1 | 15 | 0 | 62 | 43 | 4B | 155 | 61 | D |
| Octal | 100 | 1 | 25 | 0 | 142 | 103 | 113 | 525 | 141 | 15 |
| Binary | 1000000 | 1 | 10101 | 0 | 1100010 | 1000011 | 1001011 | 101010101 | 1100001 | 1101 |
Color Harmonies of #400115
Complementary color
Monochromatic Colors of #400115
Black with #400115
Text Example
Text Example
White with #400115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400115; }
p { color: rgb(64,1,21); }
H1.HeaderClassName
{
color: #400115;
}
.AnyTagClassName
{
color: #400115;
}
</style>
background-color css
<style>
a { background-color: #400115; }
a { background-color: rgb(64,1,21); }
div.DivClassName
{
background-color: #400115;
}
.BgClassName
{
background-color: #400115;
}
</style>
border-color css
<style>
span { border-color: #400115; }
span { border-color: rgb(64,1,21); }
td.TdClassName
{
border-color: #400115;
}
.TagClassName
{
border-color: #400115;
}
</style>