Shades of Rustic Red #17000B
Tints of Rustic Red #17000B
RGB
CMYK
RGB Variations
Color information
#17000B (or 0x17000B) is known color: Rustic Red. HEX triplet: 17, 00 and 0B. RGB value is (23,0,11). Sum of RGB (Red+Green+Blue) = 23+0+11=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #17000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000B is #E8FFF4. Grayscale: #080808. Windows color (decimal): -15269877 or 720919. OLE color: 720919.
HSL color Cylindrical-coordinate representation of color #17000B: hue angle of 331.3º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17000B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.52 | 0.91 |
| HSL | 331.3º | 1% | 0.05% | - |
| HSV(B) | 331.3º | 1% | 0.09% | - |
| XYZ | 0.41 | 0.21 | 0.33 | - |
| YUV | 8.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 11 | 0 | 1 | 0.52 | 0.91 | 331.3 | 1 | 0.05 |
| Hex | 17 | 0 | B | 0 | 64 | 34 | 5B | 14B | 64 | 5 |
| Octal | 27 | 0 | 13 | 0 | 144 | 64 | 133 | 513 | 144 | 5 |
| Binary | 10111 | 0 | 1011 | 0 | 1100100 | 110100 | 1011011 | 101001011 | 1100100 | 101 |
Color Harmonies of #17000B
Complementary color
Monochromatic Colors of #17000B
Black with #17000B
Text Example
Text Example
White with #17000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17000B; }
p { color: rgb(23,0,11); }
H1.HeaderClassName
{
color: #17000B;
}
.AnyTagClassName
{
color: #17000B;
}
</style>
background-color css
<style>
a { background-color: #17000B; }
a { background-color: rgb(23,0,11); }
div.DivClassName
{
background-color: #17000B;
}
.BgClassName
{
background-color: #17000B;
}
</style>
border-color css
<style>
span { border-color: #17000B; }
span { border-color: rgb(23,0,11); }
td.TdClassName
{
border-color: #17000B;
}
.TagClassName
{
border-color: #17000B;
}
</style>