Shades of Rustic Red #401C1F
Tints of Rustic Red #401C1F
RGB
CMYK
RGB Variations
Color information
#401C1F (or 0x401C1F) is known color: Rustic Red. HEX triplet: 40, 1C and 1F. RGB value is (64,28,31). Sum of RGB (Red+Green+Blue) = 64+28+31=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C1F is #BFE3E0. Grayscale: #272727. Windows color (decimal): -12575713 or 2038848. OLE color: 2038848.
HSL color Cylindrical-coordinate representation of color #401C1F: hue angle of 355º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C1F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 31 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.75 |
| HSL | 355º | 0.39% | 0.18% | - |
| HSV(B) | 355º | 0.56% | 0.25% | - |
| XYZ | 2.78 | 2.02 | 1.54 | - |
| YUV | 39.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 31 | 0 | 0.56 | 0.52 | 0.75 | 355 | 0.39 | 0.18 |
| Hex | 40 | 1C | 1F | 0 | 38 | 34 | 4B | 163 | 27 | 12 |
| Octal | 100 | 34 | 37 | 0 | 70 | 64 | 113 | 543 | 47 | 22 |
| Binary | 1000000 | 11100 | 11111 | 0 | 111000 | 110100 | 1001011 | 101100011 | 100111 | 10010 |
Color Harmonies of #401C1F
Complementary color
Monochromatic Colors of #401C1F
Black with #401C1F
Text Example
Text Example
White with #401C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C1F; }
p { color: rgb(64,28,31); }
H1.HeaderClassName
{
color: #401C1F;
}
.AnyTagClassName
{
color: #401C1F;
}
</style>
background-color css
<style>
a { background-color: #401C1F; }
a { background-color: rgb(64,28,31); }
div.DivClassName
{
background-color: #401C1F;
}
.BgClassName
{
background-color: #401C1F;
}
</style>
border-color css
<style>
span { border-color: #401C1F; }
span { border-color: rgb(64,28,31); }
td.TdClassName
{
border-color: #401C1F;
}
.TagClassName
{
border-color: #401C1F;
}
</style>