Shades of Rustic Red #400017
Tints of Rustic Red #400017
RGB
CMYK
RGB Variations
Color information
#400017 (or 0x400017) is known color: Rustic Red. HEX triplet: 40, 00 and 17. RGB value is (64,0,23). Sum of RGB (Red+Green+Blue) = 64+0+23=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400017 is #BFFFE8. Grayscale: #151515. Windows color (decimal): -12582889 or 1507392. OLE color: 1507392.
HSL color Cylindrical-coordinate representation of color #400017: hue angle of 338.44º 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 #400017 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.64 | 0.75 |
| HSL | 338.44º | 1% | 0.13% | - |
| HSV(B) | 338.44º | 1% | 0.25% | - |
| XYZ | 2.27 | 1.15 | 0.91 | - |
| YUV | 21.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 23 | 0 | 1 | 0.64 | 0.75 | 338.44 | 1 | 0.13 |
| Hex | 40 | 0 | 17 | 0 | 64 | 40 | 4B | 152 | 64 | D |
| Octal | 100 | 0 | 27 | 0 | 144 | 100 | 113 | 522 | 144 | 15 |
| Binary | 1000000 | 0 | 10111 | 0 | 1100100 | 1000000 | 1001011 | 101010010 | 1100100 | 1101 |
Color Harmonies of #400017
Complementary color
Monochromatic Colors of #400017
Black with #400017
Text Example
Text Example
White with #400017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400017; }
p { color: rgb(64,0,23); }
H1.HeaderClassName
{
color: #400017;
}
.AnyTagClassName
{
color: #400017;
}
</style>
background-color css
<style>
a { background-color: #400017; }
a { background-color: rgb(64,0,23); }
div.DivClassName
{
background-color: #400017;
}
.BgClassName
{
background-color: #400017;
}
</style>
border-color css
<style>
span { border-color: #400017; }
span { border-color: rgb(64,0,23); }
td.TdClassName
{
border-color: #400017;
}
.TagClassName
{
border-color: #400017;
}
</style>