Shades of Rustic Red #40181B
Tints of Rustic Red #40181B
RGB
CMYK
RGB Variations
Color information
#40181B (or 0x40181B) is known color: Rustic Red. HEX triplet: 40, 18 and 1B. RGB value is (64,24,27). Sum of RGB (Red+Green+Blue) = 64+24+27=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40181B is #BFE7E4. Grayscale: #242424. Windows color (decimal): -12576741 or 1775680. OLE color: 1775680.
HSL color Cylindrical-coordinate representation of color #40181B: hue angle of 355.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40181B is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 27 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.75 |
| HSL | 355.5º | 0.45% | 0.17% | - |
| HSV(B) | 355.5º | 0.63% | 0.25% | - |
| XYZ | 2.64 | 1.82 | 1.25 | - |
| YUV | 36.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 27 | 0 | 0.62 | 0.58 | 0.75 | 355.5 | 0.45 | 0.17 |
| Hex | 40 | 18 | 1B | 0 | 3E | 3A | 4B | 164 | 2D | 11 |
| Octal | 100 | 30 | 33 | 0 | 76 | 72 | 113 | 544 | 55 | 21 |
| Binary | 1000000 | 11000 | 11011 | 0 | 111110 | 111010 | 1001011 | 101100100 | 101101 | 10001 |
Color Harmonies of #40181B
Complementary color
Monochromatic Colors of #40181B
Black with #40181B
Text Example
Text Example
White with #40181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40181B; }
p { color: rgb(64,24,27); }
H1.HeaderClassName
{
color: #40181B;
}
.AnyTagClassName
{
color: #40181B;
}
</style>
background-color css
<style>
a { background-color: #40181B; }
a { background-color: rgb(64,24,27); }
div.DivClassName
{
background-color: #40181B;
}
.BgClassName
{
background-color: #40181B;
}
</style>
border-color css
<style>
span { border-color: #40181B; }
span { border-color: rgb(64,24,27); }
td.TdClassName
{
border-color: #40181B;
}
.TagClassName
{
border-color: #40181B;
}
</style>