Shades of Rustic Red #40090D
Tints of Rustic Red #40090D
RGB
CMYK
RGB Variations
Color information
#40090D (or 0x40090D) is known color: Rustic Red. HEX triplet: 40, 09 and 0D. RGB value is (64,9,13). Sum of RGB (Red+Green+Blue) = 64+9+13=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #40090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090D is #BFF6F2. Grayscale: #191919. Windows color (decimal): -12580595 or 854336. OLE color: 854336.
HSL color Cylindrical-coordinate representation of color #40090D: hue angle of 355.64º 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 #40090D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 13 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.75 |
| HSL | 355.64º | 0.75% | 0.14% | - |
| HSV(B) | 355.64º | 0.86% | 0.25% | - |
| XYZ | 2.28 | 1.31 | 0.51 | - |
| YUV | 25.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 13 | 0 | 0.86 | 0.80 | 0.75 | 355.64 | 0.75 | 0.14 |
| Hex | 40 | 9 | D | 0 | 56 | 50 | 4B | 164 | 4B | E |
| Octal | 100 | 11 | 15 | 0 | 126 | 120 | 113 | 544 | 113 | 16 |
| Binary | 1000000 | 1001 | 1101 | 0 | 1010110 | 1010000 | 1001011 | 101100100 | 1001011 | 1110 |
Color Harmonies of #40090D
Complementary color
Monochromatic Colors of #40090D
Black with #40090D
Text Example
Text Example
White with #40090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40090D; }
p { color: rgb(64,9,13); }
H1.HeaderClassName
{
color: #40090D;
}
.AnyTagClassName
{
color: #40090D;
}
</style>
background-color css
<style>
a { background-color: #40090D; }
a { background-color: rgb(64,9,13); }
div.DivClassName
{
background-color: #40090D;
}
.BgClassName
{
background-color: #40090D;
}
</style>
border-color css
<style>
span { border-color: #40090D; }
span { border-color: rgb(64,9,13); }
td.TdClassName
{
border-color: #40090D;
}
.TagClassName
{
border-color: #40090D;
}
</style>