Shades of Rustic Red #40121C
Tints of Rustic Red #40121C
RGB
CMYK
RGB Variations
Color information
#40121C (or 0x40121C) is known color: Rustic Red. HEX triplet: 40, 12 and 1C. RGB value is (64,18,28). Sum of RGB (Red+Green+Blue) = 64+18+28=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40121C is #BFEDE3. Grayscale: #202020. Windows color (decimal): -12578276 or 1839680. OLE color: 1839680.
HSL color Cylindrical-coordinate representation of color #40121C: hue angle of 346.96º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40121C is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 28 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.75 |
| HSL | 346.96º | 0.56% | 0.16% | - |
| HSV(B) | 346.96º | 0.72% | 0.25% | - |
| XYZ | 2.54 | 1.61 | 1.27 | - |
| YUV | 32.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 28 | 0 | 0.72 | 0.56 | 0.75 | 346.96 | 0.56 | 0.16 |
| Hex | 40 | 12 | 1C | 0 | 48 | 38 | 4B | 15B | 38 | 10 |
| Octal | 100 | 22 | 34 | 0 | 110 | 70 | 113 | 533 | 70 | 20 |
| Binary | 1000000 | 10010 | 11100 | 0 | 1001000 | 111000 | 1001011 | 101011011 | 111000 | 10000 |
Color Harmonies of #40121C
Complementary color
Monochromatic Colors of #40121C
Black with #40121C
Text Example
Text Example
White with #40121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40121C; }
p { color: rgb(64,18,28); }
H1.HeaderClassName
{
color: #40121C;
}
.AnyTagClassName
{
color: #40121C;
}
</style>
background-color css
<style>
a { background-color: #40121C; }
a { background-color: rgb(64,18,28); }
div.DivClassName
{
background-color: #40121C;
}
.BgClassName
{
background-color: #40121C;
}
</style>
border-color css
<style>
span { border-color: #40121C; }
span { border-color: rgb(64,18,28); }
td.TdClassName
{
border-color: #40121C;
}
.TagClassName
{
border-color: #40121C;
}
</style>