Shades of Rustic Red #400A1A
Tints of Rustic Red #400A1A
RGB
CMYK
RGB Variations
Color information
#400A1A (or 0x400A1A) is known color: Rustic Red. HEX triplet: 40, 0A and 1A. RGB value is (64,10,26). Sum of RGB (Red+Green+Blue) = 64+10+26=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #400A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A1A is #BFF5E5. Grayscale: #1B1B1B. Windows color (decimal): -12580326 or 1706560. OLE color: 1706560.
HSL color Cylindrical-coordinate representation of color #400A1A: hue angle of 342.22º 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 #400A1A is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 26 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.75 |
| HSL | 342.22º | 0.73% | 0.15% | - |
| HSV(B) | 342.22º | 0.84% | 0.25% | - |
| XYZ | 2.41 | 1.38 | 1.12 | - |
| YUV | 27.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 26 | 0 | 0.84 | 0.59 | 0.75 | 342.22 | 0.73 | 0.15 |
| Hex | 40 | A | 1A | 0 | 54 | 3B | 4B | 156 | 49 | F |
| Octal | 100 | 12 | 32 | 0 | 124 | 73 | 113 | 526 | 111 | 17 |
| Binary | 1000000 | 1010 | 11010 | 0 | 1010100 | 111011 | 1001011 | 101010110 | 1001001 | 1111 |
Color Harmonies of #400A1A
Complementary color
Monochromatic Colors of #400A1A
Black with #400A1A
Text Example
Text Example
White with #400A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A1A; }
p { color: rgb(64,10,26); }
H1.HeaderClassName
{
color: #400A1A;
}
.AnyTagClassName
{
color: #400A1A;
}
</style>
background-color css
<style>
a { background-color: #400A1A; }
a { background-color: rgb(64,10,26); }
div.DivClassName
{
background-color: #400A1A;
}
.BgClassName
{
background-color: #400A1A;
}
</style>
border-color css
<style>
span { border-color: #400A1A; }
span { border-color: rgb(64,10,26); }
td.TdClassName
{
border-color: #400A1A;
}
.TagClassName
{
border-color: #400A1A;
}
</style>