Shades of Rustic Red #40121A
Tints of Rustic Red #40121A
RGB
CMYK
RGB Variations
Color information
#40121A (or 0x40121A) is known color: Rustic Red. HEX triplet: 40, 12 and 1A. RGB value is (64,18,26). Sum of RGB (Red+Green+Blue) = 64+18+26=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #40121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40121A is #BFEDE5. Grayscale: #202020. Windows color (decimal): -12578278 or 1708608. OLE color: 1708608.
HSL color Cylindrical-coordinate representation of color #40121A: hue angle of 349.57º 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 #40121A is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 26 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.75 |
| HSL | 349.57º | 0.56% | 0.16% | - |
| HSV(B) | 349.57º | 0.72% | 0.25% | - |
| XYZ | 2.52 | 1.6 | 1.15 | - |
| YUV | 32.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 26 | 0 | 0.72 | 0.59 | 0.75 | 349.57 | 0.56 | 0.16 |
| Hex | 40 | 12 | 1A | 0 | 48 | 3B | 4B | 15E | 38 | 10 |
| Octal | 100 | 22 | 32 | 0 | 110 | 73 | 113 | 536 | 70 | 20 |
| Binary | 1000000 | 10010 | 11010 | 0 | 1001000 | 111011 | 1001011 | 101011110 | 111000 | 10000 |
Color Harmonies of #40121A
Complementary color
Monochromatic Colors of #40121A
Black with #40121A
Text Example
Text Example
White with #40121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40121A; }
p { color: rgb(64,18,26); }
H1.HeaderClassName
{
color: #40121A;
}
.AnyTagClassName
{
color: #40121A;
}
</style>
background-color css
<style>
a { background-color: #40121A; }
a { background-color: rgb(64,18,26); }
div.DivClassName
{
background-color: #40121A;
}
.BgClassName
{
background-color: #40121A;
}
</style>
border-color css
<style>
span { border-color: #40121A; }
span { border-color: rgb(64,18,26); }
td.TdClassName
{
border-color: #40121A;
}
.TagClassName
{
border-color: #40121A;
}
</style>