Shades of Rustic Red #17040B
Tints of Rustic Red #17040B
RGB
CMYK
RGB Variations
Color information
#17040B (or 0x17040B) is known color: Rustic Red. HEX triplet: 17, 04 and 0B. RGB value is (23,4,11). Sum of RGB (Red+Green+Blue) = 23+4+11=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17040B is #E8FBF4. Grayscale: #0A0A0A. Windows color (decimal): -15268853 or 721943. OLE color: 721943.
HSL color Cylindrical-coordinate representation of color #17040B: hue angle of 337.89º 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 #17040B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 4 | 11 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.91 |
| HSL | 337.89º | 0.7% | 0.05% | - |
| HSV(B) | 337.89º | 0.83% | 0.09% | - |
| XYZ | 0.46 | 0.29 | 0.35 | - |
| YUV | 10.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 11 | 0 | 0.83 | 0.52 | 0.91 | 337.89 | 0.7 | 0.05 |
| Hex | 17 | 4 | B | 0 | 53 | 34 | 5B | 152 | 46 | 5 |
| Octal | 27 | 4 | 13 | 0 | 123 | 64 | 133 | 522 | 106 | 5 |
| Binary | 10111 | 100 | 1011 | 0 | 1010011 | 110100 | 1011011 | 101010010 | 1000110 | 101 |
Color Harmonies of #17040B
Complementary color
Monochromatic Colors of #17040B
Black with #17040B
Text Example
Text Example
White with #17040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17040B; }
p { color: rgb(23,4,11); }
H1.HeaderClassName
{
color: #17040B;
}
.AnyTagClassName
{
color: #17040B;
}
</style>
background-color css
<style>
a { background-color: #17040B; }
a { background-color: rgb(23,4,11); }
div.DivClassName
{
background-color: #17040B;
}
.BgClassName
{
background-color: #17040B;
}
</style>
border-color css
<style>
span { border-color: #17040B; }
span { border-color: rgb(23,4,11); }
td.TdClassName
{
border-color: #17040B;
}
.TagClassName
{
border-color: #17040B;
}
</style>