Shades of Rustic Red #400A18
Tints of Rustic Red #400A18
RGB
CMYK
RGB Variations
Color information
#400A18 (or 0x400A18) is known color: Rustic Red. HEX triplet: 40, 0A and 18. RGB value is (64,10,24). Sum of RGB (Red+Green+Blue) = 64+10+24=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A18 is #BFF5E7. Grayscale: #1B1B1B. Windows color (decimal): -12580328 or 1575488. OLE color: 1575488.
HSL color Cylindrical-coordinate representation of color #400A18: hue angle of 344.44º 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 #400A18 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 24 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.75 |
| HSL | 344.44º | 0.73% | 0.15% | - |
| HSV(B) | 344.44º | 0.84% | 0.25% | - |
| XYZ | 2.39 | 1.37 | 1 | - |
| YUV | 27.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 24 | 0 | 0.84 | 0.62 | 0.75 | 344.44 | 0.73 | 0.15 |
| Hex | 40 | A | 18 | 0 | 54 | 3E | 4B | 158 | 49 | F |
| Octal | 100 | 12 | 30 | 0 | 124 | 76 | 113 | 530 | 111 | 17 |
| Binary | 1000000 | 1010 | 11000 | 0 | 1010100 | 111110 | 1001011 | 101011000 | 1001001 | 1111 |
Color Harmonies of #400A18
Complementary color
Monochromatic Colors of #400A18
Black with #400A18
Text Example
Text Example
White with #400A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A18; }
p { color: rgb(64,10,24); }
H1.HeaderClassName
{
color: #400A18;
}
.AnyTagClassName
{
color: #400A18;
}
</style>
background-color css
<style>
a { background-color: #400A18; }
a { background-color: rgb(64,10,24); }
div.DivClassName
{
background-color: #400A18;
}
.BgClassName
{
background-color: #400A18;
}
</style>
border-color css
<style>
span { border-color: #400A18; }
span { border-color: rgb(64,10,24); }
td.TdClassName
{
border-color: #400A18;
}
.TagClassName
{
border-color: #400A18;
}
</style>