Shades of Rustic Red #40171C
Tints of Rustic Red #40171C
RGB
CMYK
RGB Variations
Color information
#40171C (or 0x40171C) is known color: Rustic Red. HEX triplet: 40, 17 and 1C. RGB value is (64,23,28). Sum of RGB (Red+Green+Blue) = 64+23+28=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40171C is #BFE8E3. Grayscale: #232323. Windows color (decimal): -12576996 or 1840960. OLE color: 1840960.
HSL color Cylindrical-coordinate representation of color #40171C: hue angle of 352.68º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40171C is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 28 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.75 |
| HSL | 352.68º | 0.47% | 0.17% | - |
| HSV(B) | 352.68º | 0.64% | 0.25% | - |
| XYZ | 2.63 | 1.79 | 1.3 | - |
| YUV | 35.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 28 | 0 | 0.64 | 0.56 | 0.75 | 352.68 | 0.47 | 0.17 |
| Hex | 40 | 17 | 1C | 0 | 40 | 38 | 4B | 161 | 2F | 11 |
| Octal | 100 | 27 | 34 | 0 | 100 | 70 | 113 | 541 | 57 | 21 |
| Binary | 1000000 | 10111 | 11100 | 0 | 1000000 | 111000 | 1001011 | 101100001 | 101111 | 10001 |
Color Harmonies of #40171C
Complementary color
Monochromatic Colors of #40171C
Black with #40171C
Text Example
Text Example
White with #40171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40171C; }
p { color: rgb(64,23,28); }
H1.HeaderClassName
{
color: #40171C;
}
.AnyTagClassName
{
color: #40171C;
}
</style>
background-color css
<style>
a { background-color: #40171C; }
a { background-color: rgb(64,23,28); }
div.DivClassName
{
background-color: #40171C;
}
.BgClassName
{
background-color: #40171C;
}
</style>
border-color css
<style>
span { border-color: #40171C; }
span { border-color: rgb(64,23,28); }
td.TdClassName
{
border-color: #40171C;
}
.TagClassName
{
border-color: #40171C;
}
</style>