Shades of Rustic Red #400F19
Tints of Rustic Red #400F19
RGB
CMYK
RGB Variations
Color information
#400F19 (or 0x400F19) is known color: Rustic Red. HEX triplet: 40, 0F and 19. RGB value is (64,15,25). Sum of RGB (Red+Green+Blue) = 64+15+25=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F19 is #BFF0E6. Grayscale: #1E1E1E. Windows color (decimal): -12579047 or 1642304. OLE color: 1642304.
HSL color Cylindrical-coordinate representation of color #400F19: hue angle of 347.76º 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 #400F19 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 25 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.75 |
| HSL | 347.76º | 0.62% | 0.15% | - |
| HSV(B) | 347.76º | 0.77% | 0.25% | - |
| XYZ | 2.46 | 1.5 | 1.08 | - |
| YUV | 30.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 25 | 0 | 0.77 | 0.61 | 0.75 | 347.76 | 0.62 | 0.15 |
| Hex | 40 | F | 19 | 0 | 4D | 3D | 4B | 15C | 3E | F |
| Octal | 100 | 17 | 31 | 0 | 115 | 75 | 113 | 534 | 76 | 17 |
| Binary | 1000000 | 1111 | 11001 | 0 | 1001101 | 111101 | 1001011 | 101011100 | 111110 | 1111 |
Color Harmonies of #400F19
Complementary color
Monochromatic Colors of #400F19
Black with #400F19
Text Example
Text Example
White with #400F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F19; }
p { color: rgb(64,15,25); }
H1.HeaderClassName
{
color: #400F19;
}
.AnyTagClassName
{
color: #400F19;
}
</style>
background-color css
<style>
a { background-color: #400F19; }
a { background-color: rgb(64,15,25); }
div.DivClassName
{
background-color: #400F19;
}
.BgClassName
{
background-color: #400F19;
}
</style>
border-color css
<style>
span { border-color: #400F19; }
span { border-color: rgb(64,15,25); }
td.TdClassName
{
border-color: #400F19;
}
.TagClassName
{
border-color: #400F19;
}
</style>