Shades of Rustic Red #40161B
Tints of Rustic Red #40161B
RGB
CMYK
RGB Variations
Color information
#40161B (or 0x40161B) is known color: Rustic Red. HEX triplet: 40, 16 and 1B. RGB value is (64,22,27). Sum of RGB (Red+Green+Blue) = 64+22+27=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40161B is #BFE9E4. Grayscale: #232323. Windows color (decimal): -12577253 or 1775168. OLE color: 1775168.
HSL color Cylindrical-coordinate representation of color #40161B: hue angle of 352.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40161B is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 22 | 27 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.75 |
| HSL | 352.86º | 0.49% | 0.17% | - |
| HSV(B) | 352.86º | 0.66% | 0.25% | - |
| XYZ | 2.6 | 1.74 | 1.24 | - |
| YUV | 35.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 27 | 0 | 0.66 | 0.58 | 0.75 | 352.86 | 0.49 | 0.17 |
| Hex | 40 | 16 | 1B | 0 | 42 | 3A | 4B | 161 | 31 | 11 |
| Octal | 100 | 26 | 33 | 0 | 102 | 72 | 113 | 541 | 61 | 21 |
| Binary | 1000000 | 10110 | 11011 | 0 | 1000010 | 111010 | 1001011 | 101100001 | 110001 | 10001 |
Color Harmonies of #40161B
Complementary color
Monochromatic Colors of #40161B
Black with #40161B
Text Example
Text Example
White with #40161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40161B; }
p { color: rgb(64,22,27); }
H1.HeaderClassName
{
color: #40161B;
}
.AnyTagClassName
{
color: #40161B;
}
</style>
background-color css
<style>
a { background-color: #40161B; }
a { background-color: rgb(64,22,27); }
div.DivClassName
{
background-color: #40161B;
}
.BgClassName
{
background-color: #40161B;
}
</style>
border-color css
<style>
span { border-color: #40161B; }
span { border-color: rgb(64,22,27); }
td.TdClassName
{
border-color: #40161B;
}
.TagClassName
{
border-color: #40161B;
}
</style>