Shades of Rustic Red #400317
Tints of Rustic Red #400317
RGB
CMYK
RGB Variations
Color information
#400317 (or 0x400317) is known color: Rustic Red. HEX triplet: 40, 03 and 17. RGB value is (64,3,23). Sum of RGB (Red+Green+Blue) = 64+3+23=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400317 is #BFFCE8. Grayscale: #171717. Windows color (decimal): -12582121 or 1508160. OLE color: 1508160.
HSL color Cylindrical-coordinate representation of color #400317: hue angle of 340.33º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400317 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 23 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.75 |
| HSL | 340.33º | 0.91% | 0.13% | - |
| HSV(B) | 340.33º | 0.95% | 0.25% | - |
| XYZ | 2.3 | 1.22 | 0.92 | - |
| YUV | 23.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 23 | 0 | 0.95 | 0.64 | 0.75 | 340.33 | 0.91 | 0.13 |
| Hex | 40 | 3 | 17 | 0 | 5F | 40 | 4B | 154 | 5B | D |
| Octal | 100 | 3 | 27 | 0 | 137 | 100 | 113 | 524 | 133 | 15 |
| Binary | 1000000 | 11 | 10111 | 0 | 1011111 | 1000000 | 1001011 | 101010100 | 1011011 | 1101 |
Color Harmonies of #400317
Complementary color
Monochromatic Colors of #400317
Black with #400317
Text Example
Text Example
White with #400317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400317; }
p { color: rgb(64,3,23); }
H1.HeaderClassName
{
color: #400317;
}
.AnyTagClassName
{
color: #400317;
}
</style>
background-color css
<style>
a { background-color: #400317; }
a { background-color: rgb(64,3,23); }
div.DivClassName
{
background-color: #400317;
}
.BgClassName
{
background-color: #400317;
}
</style>
border-color css
<style>
span { border-color: #400317; }
span { border-color: rgb(64,3,23); }
td.TdClassName
{
border-color: #400317;
}
.TagClassName
{
border-color: #400317;
}
</style>