Shades of Rustic Red #400D15
Tints of Rustic Red #400D15
RGB
CMYK
RGB Variations
Color information
#400D15 (or 0x400D15) is known color: Rustic Red. HEX triplet: 40, 0D and 15. RGB value is (64,13,21). Sum of RGB (Red+Green+Blue) = 64+13+21=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D15 is #BFF2EA. Grayscale: #1D1D1D. Windows color (decimal): -12579563 or 1379648. OLE color: 1379648.
HSL color Cylindrical-coordinate representation of color #400D15: hue angle of 350.59º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D15 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 21 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.75 |
| HSL | 350.59º | 0.66% | 0.15% | - |
| HSV(B) | 350.59º | 0.8% | 0.25% | - |
| XYZ | 2.39 | 1.43 | 0.86 | - |
| YUV | 29.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 21 | 0 | 0.80 | 0.67 | 0.75 | 350.59 | 0.66 | 0.15 |
| Hex | 40 | D | 15 | 0 | 50 | 43 | 4B | 15F | 42 | F |
| Octal | 100 | 15 | 25 | 0 | 120 | 103 | 113 | 537 | 102 | 17 |
| Binary | 1000000 | 1101 | 10101 | 0 | 1010000 | 1000011 | 1001011 | 101011111 | 1000010 | 1111 |
Color Harmonies of #400D15
Complementary color
Monochromatic Colors of #400D15
Black with #400D15
Text Example
Text Example
White with #400D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D15; }
p { color: rgb(64,13,21); }
H1.HeaderClassName
{
color: #400D15;
}
.AnyTagClassName
{
color: #400D15;
}
</style>
background-color css
<style>
a { background-color: #400D15; }
a { background-color: rgb(64,13,21); }
div.DivClassName
{
background-color: #400D15;
}
.BgClassName
{
background-color: #400D15;
}
</style>
border-color css
<style>
span { border-color: #400D15; }
span { border-color: rgb(64,13,21); }
td.TdClassName
{
border-color: #400D15;
}
.TagClassName
{
border-color: #400D15;
}
</style>