Shades of Rustic Red #40111C
Tints of Rustic Red #40111C
RGB
CMYK
RGB Variations
Color information
#40111C (or 0x40111C) is known color: Rustic Red. HEX triplet: 40, 11 and 1C. RGB value is (64,17,28). Sum of RGB (Red+Green+Blue) = 64+17+28=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #40111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40111C is #BFEEE3. Grayscale: #202020. Windows color (decimal): -12578532 or 1839424. OLE color: 1839424.
HSL color Cylindrical-coordinate representation of color #40111C: hue angle of 345.96º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40111C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 28 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.75 |
| HSL | 345.96º | 0.58% | 0.16% | - |
| HSV(B) | 345.96º | 0.73% | 0.25% | - |
| XYZ | 2.52 | 1.57 | 1.27 | - |
| YUV | 32.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 28 | 0 | 0.73 | 0.56 | 0.75 | 345.96 | 0.58 | 0.16 |
| Hex | 40 | 11 | 1C | 0 | 49 | 38 | 4B | 15A | 3A | 10 |
| Octal | 100 | 21 | 34 | 0 | 111 | 70 | 113 | 532 | 72 | 20 |
| Binary | 1000000 | 10001 | 11100 | 0 | 1001001 | 111000 | 1001011 | 101011010 | 111010 | 10000 |
Color Harmonies of #40111C
Complementary color
Monochromatic Colors of #40111C
Black with #40111C
Text Example
Text Example
White with #40111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40111C; }
p { color: rgb(64,17,28); }
H1.HeaderClassName
{
color: #40111C;
}
.AnyTagClassName
{
color: #40111C;
}
</style>
background-color css
<style>
a { background-color: #40111C; }
a { background-color: rgb(64,17,28); }
div.DivClassName
{
background-color: #40111C;
}
.BgClassName
{
background-color: #40111C;
}
</style>
border-color css
<style>
span { border-color: #40111C; }
span { border-color: rgb(64,17,28); }
td.TdClassName
{
border-color: #40111C;
}
.TagClassName
{
border-color: #40111C;
}
</style>