Shades of Rustic Red #400719
Tints of Rustic Red #400719
RGB
CMYK
RGB Variations
Color information
#400719 (or 0x400719) is known color: Rustic Red. HEX triplet: 40, 07 and 19. RGB value is (64,7,25). Sum of RGB (Red+Green+Blue) = 64+7+25=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400719 is #BFF8E6. Grayscale: #1A1A1A. Windows color (decimal): -12581095 or 1640256. OLE color: 1640256.
HSL color Cylindrical-coordinate representation of color #400719: hue angle of 341.05º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400719 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 25 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.75 |
| HSL | 341.05º | 0.8% | 0.14% | - |
| HSV(B) | 341.05º | 0.89% | 0.25% | - |
| XYZ | 2.37 | 1.31 | 1.05 | - |
| YUV | 26.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 25 | 0 | 0.89 | 0.61 | 0.75 | 341.05 | 0.8 | 0.14 |
| Hex | 40 | 7 | 19 | 0 | 59 | 3D | 4B | 155 | 50 | E |
| Octal | 100 | 7 | 31 | 0 | 131 | 75 | 113 | 525 | 120 | 16 |
| Binary | 1000000 | 111 | 11001 | 0 | 1011001 | 111101 | 1001011 | 101010101 | 1010000 | 1110 |
Color Harmonies of #400719
Complementary color
Monochromatic Colors of #400719
Black with #400719
Text Example
Text Example
White with #400719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400719; }
p { color: rgb(64,7,25); }
H1.HeaderClassName
{
color: #400719;
}
.AnyTagClassName
{
color: #400719;
}
</style>
background-color css
<style>
a { background-color: #400719; }
a { background-color: rgb(64,7,25); }
div.DivClassName
{
background-color: #400719;
}
.BgClassName
{
background-color: #400719;
}
</style>
border-color css
<style>
span { border-color: #400719; }
span { border-color: rgb(64,7,25); }
td.TdClassName
{
border-color: #400719;
}
.TagClassName
{
border-color: #400719;
}
</style>