Shades of Rustic Red #40090E
Tints of Rustic Red #40090E
RGB
CMYK
RGB Variations
Color information
#40090E (or 0x40090E) is known color: Rustic Red. HEX triplet: 40, 09 and 0E. RGB value is (64,9,14). Sum of RGB (Red+Green+Blue) = 64+9+14=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #40090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090E is #BFF6F1. Grayscale: #1A1A1A. Windows color (decimal): -12580594 or 919872. OLE color: 919872.
HSL color Cylindrical-coordinate representation of color #40090E: hue angle of 354.55º 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 #40090E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 14 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.75 |
| HSL | 354.55º | 0.75% | 0.14% | - |
| HSV(B) | 354.55º | 0.86% | 0.25% | - |
| XYZ | 2.29 | 1.32 | 0.55 | - |
| YUV | 26.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 14 | 0 | 0.86 | 0.78 | 0.75 | 354.55 | 0.75 | 0.14 |
| Hex | 40 | 9 | E | 0 | 56 | 4E | 4B | 163 | 4B | E |
| Octal | 100 | 11 | 16 | 0 | 126 | 116 | 113 | 543 | 113 | 16 |
| Binary | 1000000 | 1001 | 1110 | 0 | 1010110 | 1001110 | 1001011 | 101100011 | 1001011 | 1110 |
Color Harmonies of #40090E
Complementary color
Monochromatic Colors of #40090E
Black with #40090E
Text Example
Text Example
White with #40090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40090E; }
p { color: rgb(64,9,14); }
H1.HeaderClassName
{
color: #40090E;
}
.AnyTagClassName
{
color: #40090E;
}
</style>
background-color css
<style>
a { background-color: #40090E; }
a { background-color: rgb(64,9,14); }
div.DivClassName
{
background-color: #40090E;
}
.BgClassName
{
background-color: #40090E;
}
</style>
border-color css
<style>
span { border-color: #40090E; }
span { border-color: rgb(64,9,14); }
td.TdClassName
{
border-color: #40090E;
}
.TagClassName
{
border-color: #40090E;
}
</style>