Shades of Rustic Red #400710
Tints of Rustic Red #400710
RGB
CMYK
RGB Variations
Color information
#400710 (or 0x400710) is known color: Rustic Red. HEX triplet: 40, 07 and 10. RGB value is (64,7,16). Sum of RGB (Red+Green+Blue) = 64+7+16=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400710 is #BFF8EF. Grayscale: #191919. Windows color (decimal): -12581104 or 1050432. OLE color: 1050432.
HSL color Cylindrical-coordinate representation of color #400710: hue angle of 350.53º 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 #400710 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 16 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.75 |
| HSL | 350.53º | 0.8% | 0.14% | - |
| HSV(B) | 350.53º | 0.89% | 0.25% | - |
| XYZ | 2.28 | 1.28 | 0.62 | - |
| YUV | 25.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 16 | 0 | 0.89 | 0.75 | 0.75 | 350.53 | 0.8 | 0.14 |
| Hex | 40 | 7 | 10 | 0 | 59 | 4B | 4B | 15F | 50 | E |
| Octal | 100 | 7 | 20 | 0 | 131 | 113 | 113 | 537 | 120 | 16 |
| Binary | 1000000 | 111 | 10000 | 0 | 1011001 | 1001011 | 1001011 | 101011111 | 1010000 | 1110 |
Color Harmonies of #400710
Complementary color
Monochromatic Colors of #400710
Black with #400710
Text Example
Text Example
White with #400710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400710; }
p { color: rgb(64,7,16); }
H1.HeaderClassName
{
color: #400710;
}
.AnyTagClassName
{
color: #400710;
}
</style>
background-color css
<style>
a { background-color: #400710; }
a { background-color: rgb(64,7,16); }
div.DivClassName
{
background-color: #400710;
}
.BgClassName
{
background-color: #400710;
}
</style>
border-color css
<style>
span { border-color: #400710; }
span { border-color: rgb(64,7,16); }
td.TdClassName
{
border-color: #400710;
}
.TagClassName
{
border-color: #400710;
}
</style>