Shades of Rustic Red #400F10
Tints of Rustic Red #400F10
RGB
CMYK
RGB Variations
Color information
#400F10 (or 0x400F10) is known color: Rustic Red. HEX triplet: 40, 0F and 10. RGB value is (64,15,16). Sum of RGB (Red+Green+Blue) = 64+15+16=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #400F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F10 is #BFF0EF. Grayscale: #1D1D1D. Windows color (decimal): -12579056 or 1052480. OLE color: 1052480.
HSL color Cylindrical-coordinate representation of color #400F10: hue angle of 358.78º 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 #400F10 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 16 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.75 |
| HSL | 358.78º | 0.62% | 0.15% | - |
| HSV(B) | 358.78º | 0.77% | 0.25% | - |
| XYZ | 2.38 | 1.47 | 0.65 | - |
| YUV | 29.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 16 | 0 | 0.77 | 0.75 | 0.75 | 358.78 | 0.62 | 0.15 |
| Hex | 40 | F | 10 | 0 | 4D | 4B | 4B | 167 | 3E | F |
| Octal | 100 | 17 | 20 | 0 | 115 | 113 | 113 | 547 | 76 | 17 |
| Binary | 1000000 | 1111 | 10000 | 0 | 1001101 | 1001011 | 1001011 | 101100111 | 111110 | 1111 |
Color Harmonies of #400F10
Complementary color
Monochromatic Colors of #400F10
Black with #400F10
Text Example
Text Example
White with #400F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F10; }
p { color: rgb(64,15,16); }
H1.HeaderClassName
{
color: #400F10;
}
.AnyTagClassName
{
color: #400F10;
}
</style>
background-color css
<style>
a { background-color: #400F10; }
a { background-color: rgb(64,15,16); }
div.DivClassName
{
background-color: #400F10;
}
.BgClassName
{
background-color: #400F10;
}
</style>
border-color css
<style>
span { border-color: #400F10; }
span { border-color: rgb(64,15,16); }
td.TdClassName
{
border-color: #400F10;
}
.TagClassName
{
border-color: #400F10;
}
</style>