Shades of Rustic Red #400A0D
Tints of Rustic Red #400A0D
RGB
CMYK
RGB Variations
Color information
#400A0D (or 0x400A0D) is known color: Rustic Red. HEX triplet: 40, 0A and 0D. RGB value is (64,10,13). Sum of RGB (Red+Green+Blue) = 64+10+13=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A0D is #BFF5F2. Grayscale: #1A1A1A. Windows color (decimal): -12580339 or 854592. OLE color: 854592.
HSL color Cylindrical-coordinate representation of color #400A0D: hue angle of 356.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A0D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 13 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.75 |
| HSL | 356.67º | 0.73% | 0.15% | - |
| HSV(B) | 356.67º | 0.84% | 0.25% | - |
| XYZ | 2.3 | 1.34 | 0.52 | - |
| YUV | 26.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 13 | 0 | 0.84 | 0.80 | 0.75 | 356.67 | 0.73 | 0.15 |
| Hex | 40 | A | D | 0 | 54 | 50 | 4B | 165 | 49 | F |
| Octal | 100 | 12 | 15 | 0 | 124 | 120 | 113 | 545 | 111 | 17 |
| Binary | 1000000 | 1010 | 1101 | 0 | 1010100 | 1010000 | 1001011 | 101100101 | 1001001 | 1111 |
Color Harmonies of #400A0D
Complementary color
Monochromatic Colors of #400A0D
Black with #400A0D
Text Example
Text Example
White with #400A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A0D; }
p { color: rgb(64,10,13); }
H1.HeaderClassName
{
color: #400A0D;
}
.AnyTagClassName
{
color: #400A0D;
}
</style>
background-color css
<style>
a { background-color: #400A0D; }
a { background-color: rgb(64,10,13); }
div.DivClassName
{
background-color: #400A0D;
}
.BgClassName
{
background-color: #400A0D;
}
</style>
border-color css
<style>
span { border-color: #400A0D; }
span { border-color: rgb(64,10,13); }
td.TdClassName
{
border-color: #400A0D;
}
.TagClassName
{
border-color: #400A0D;
}
</style>