Shades of Rustic Red #400F18
Tints of Rustic Red #400F18
RGB
CMYK
RGB Variations
Color information
#400F18 (or 0x400F18) is known color: Rustic Red. HEX triplet: 40, 0F and 18. RGB value is (64,15,24). Sum of RGB (Red+Green+Blue) = 64+15+24=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F18 is #BFF0E7. Grayscale: #1E1E1E. Windows color (decimal): -12579048 or 1576768. OLE color: 1576768.
HSL color Cylindrical-coordinate representation of color #400F18: hue angle of 348.98º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F18 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 24 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.75 |
| HSL | 348.98º | 0.62% | 0.15% | - |
| HSV(B) | 348.98º | 0.77% | 0.25% | - |
| XYZ | 2.45 | 1.5 | 1.02 | - |
| YUV | 30.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 24 | 0 | 0.77 | 0.62 | 0.75 | 348.98 | 0.62 | 0.15 |
| Hex | 40 | F | 18 | 0 | 4D | 3E | 4B | 15D | 3E | F |
| Octal | 100 | 17 | 30 | 0 | 115 | 76 | 113 | 535 | 76 | 17 |
| Binary | 1000000 | 1111 | 11000 | 0 | 1001101 | 111110 | 1001011 | 101011101 | 111110 | 1111 |
Color Harmonies of #400F18
Complementary color
Monochromatic Colors of #400F18
Black with #400F18
Text Example
Text Example
White with #400F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F18; }
p { color: rgb(64,15,24); }
H1.HeaderClassName
{
color: #400F18;
}
.AnyTagClassName
{
color: #400F18;
}
</style>
background-color css
<style>
a { background-color: #400F18; }
a { background-color: rgb(64,15,24); }
div.DivClassName
{
background-color: #400F18;
}
.BgClassName
{
background-color: #400F18;
}
</style>
border-color css
<style>
span { border-color: #400F18; }
span { border-color: rgb(64,15,24); }
td.TdClassName
{
border-color: #400F18;
}
.TagClassName
{
border-color: #400F18;
}
</style>