Shades of Rustic Red #400917
Tints of Rustic Red #400917
RGB
CMYK
RGB Variations
Color information
#400917 (or 0x400917) is known color: Rustic Red. HEX triplet: 40, 09 and 17. RGB value is (64,9,23). Sum of RGB (Red+Green+Blue) = 64+9+23=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400917 is #BFF6E8. Grayscale: #1B1B1B. Windows color (decimal): -12580585 or 1509696. OLE color: 1509696.
HSL color Cylindrical-coordinate representation of color #400917: hue angle of 344.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400917 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 23 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.75 |
| HSL | 344.73º | 0.75% | 0.14% | - |
| HSV(B) | 344.73º | 0.86% | 0.25% | - |
| XYZ | 2.37 | 1.35 | 0.95 | - |
| YUV | 27.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 23 | 0 | 0.86 | 0.64 | 0.75 | 344.73 | 0.75 | 0.14 |
| Hex | 40 | 9 | 17 | 0 | 56 | 40 | 4B | 159 | 4B | E |
| Octal | 100 | 11 | 27 | 0 | 126 | 100 | 113 | 531 | 113 | 16 |
| Binary | 1000000 | 1001 | 10111 | 0 | 1010110 | 1000000 | 1001011 | 101011001 | 1001011 | 1110 |
Color Harmonies of #400917
Complementary color
Monochromatic Colors of #400917
Black with #400917
Text Example
Text Example
White with #400917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400917; }
p { color: rgb(64,9,23); }
H1.HeaderClassName
{
color: #400917;
}
.AnyTagClassName
{
color: #400917;
}
</style>
background-color css
<style>
a { background-color: #400917; }
a { background-color: rgb(64,9,23); }
div.DivClassName
{
background-color: #400917;
}
.BgClassName
{
background-color: #400917;
}
</style>
border-color css
<style>
span { border-color: #400917; }
span { border-color: rgb(64,9,23); }
td.TdClassName
{
border-color: #400917;
}
.TagClassName
{
border-color: #400917;
}
</style>