Shades of Rustic Red #400A0B
Tints of Rustic Red #400A0B
RGB
CMYK
RGB Variations
Color information
#400A0B (or 0x400A0B) is known color: Rustic Red. HEX triplet: 40, 0A and 0B. RGB value is (64,10,11). Sum of RGB (Red+Green+Blue) = 64+10+11=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A0B is #BFF5F4. Grayscale: #1A1A1A. Windows color (decimal): -12580341 or 723520. OLE color: 723520.
HSL color Cylindrical-coordinate representation of color #400A0B: hue angle of 358.89º 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 #400A0B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 11 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.75 |
| HSL | 358.89º | 0.73% | 0.15% | - |
| HSV(B) | 358.89º | 0.84% | 0.25% | - |
| XYZ | 2.28 | 1.33 | 0.45 | - |
| YUV | 26.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 11 | 0 | 0.84 | 0.83 | 0.75 | 358.89 | 0.73 | 0.15 |
| Hex | 40 | A | B | 0 | 54 | 53 | 4B | 167 | 49 | F |
| Octal | 100 | 12 | 13 | 0 | 124 | 123 | 113 | 547 | 111 | 17 |
| Binary | 1000000 | 1010 | 1011 | 0 | 1010100 | 1010011 | 1001011 | 101100111 | 1001001 | 1111 |
Color Harmonies of #400A0B
Complementary color
Monochromatic Colors of #400A0B
Black with #400A0B
Text Example
Text Example
White with #400A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A0B; }
p { color: rgb(64,10,11); }
H1.HeaderClassName
{
color: #400A0B;
}
.AnyTagClassName
{
color: #400A0B;
}
</style>
background-color css
<style>
a { background-color: #400A0B; }
a { background-color: rgb(64,10,11); }
div.DivClassName
{
background-color: #400A0B;
}
.BgClassName
{
background-color: #400A0B;
}
</style>
border-color css
<style>
span { border-color: #400A0B; }
span { border-color: rgb(64,10,11); }
td.TdClassName
{
border-color: #400A0B;
}
.TagClassName
{
border-color: #400A0B;
}
</style>