Shades of Rustic Red #17040E
Tints of Rustic Red #17040E
RGB
CMYK
RGB Variations
Color information
#17040E (or 0x17040E) is known color: Rustic Red. HEX triplet: 17, 04 and 0E. RGB value is (23,4,14). Sum of RGB (Red+Green+Blue) = 23+4+14=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #17040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17040E is #E8FBF1. Grayscale: #0A0A0A. Windows color (decimal): -15268850 or 918551. OLE color: 918551.
HSL color Cylindrical-coordinate representation of color #17040E: hue angle of 328.42º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17040E is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 4 | 14 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.91 |
| HSL | 328.42º | 0.7% | 0.05% | - |
| HSV(B) | 328.42º | 0.83% | 0.09% | - |
| XYZ | 0.48 | 0.3 | 0.45 | - |
| YUV | 10.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 14 | 0 | 0.83 | 0.39 | 0.91 | 328.42 | 0.7 | 0.05 |
| Hex | 17 | 4 | E | 0 | 53 | 27 | 5B | 148 | 46 | 5 |
| Octal | 27 | 4 | 16 | 0 | 123 | 47 | 133 | 510 | 106 | 5 |
| Binary | 10111 | 100 | 1110 | 0 | 1010011 | 100111 | 1011011 | 101001000 | 1000110 | 101 |
Color Harmonies of #17040E
Complementary color
Monochromatic Colors of #17040E
Black with #17040E
Text Example
Text Example
White with #17040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17040E; }
p { color: rgb(23,4,14); }
H1.HeaderClassName
{
color: #17040E;
}
.AnyTagClassName
{
color: #17040E;
}
</style>
background-color css
<style>
a { background-color: #17040E; }
a { background-color: rgb(23,4,14); }
div.DivClassName
{
background-color: #17040E;
}
.BgClassName
{
background-color: #17040E;
}
</style>
border-color css
<style>
span { border-color: #17040E; }
span { border-color: rgb(23,4,14); }
td.TdClassName
{
border-color: #17040E;
}
.TagClassName
{
border-color: #17040E;
}
</style>