Shades of Rustic Red #17060B
Tints of Rustic Red #17060B
RGB
CMYK
RGB Variations
Color information
#17060B (or 0x17060B) is known color: Rustic Red. HEX triplet: 17, 06 and 0B. RGB value is (23,6,11). Sum of RGB (Red+Green+Blue) = 23+6+11=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17060B is #E8F9F4. Grayscale: #0B0B0B. Windows color (decimal): -15268341 or 722455. OLE color: 722455.
HSL color Cylindrical-coordinate representation of color #17060B: hue angle of 342.35º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17060B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 6 | 11 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.91 |
| HSL | 342.35º | 0.59% | 0.06% | - |
| HSV(B) | 342.35º | 0.74% | 0.09% | - |
| XYZ | 0.48 | 0.34 | 0.36 | - |
| YUV | 11.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 11 | 0 | 0.74 | 0.52 | 0.91 | 342.35 | 0.59 | 0.06 |
| Hex | 17 | 6 | B | 0 | 4A | 34 | 5B | 156 | 3B | 6 |
| Octal | 27 | 6 | 13 | 0 | 112 | 64 | 133 | 526 | 73 | 6 |
| Binary | 10111 | 110 | 1011 | 0 | 1001010 | 110100 | 1011011 | 101010110 | 111011 | 110 |
Color Harmonies of #17060B
Complementary color
Monochromatic Colors of #17060B
Black with #17060B
Text Example
Text Example
White with #17060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17060B; }
p { color: rgb(23,6,11); }
H1.HeaderClassName
{
color: #17060B;
}
.AnyTagClassName
{
color: #17060B;
}
</style>
background-color css
<style>
a { background-color: #17060B; }
a { background-color: rgb(23,6,11); }
div.DivClassName
{
background-color: #17060B;
}
.BgClassName
{
background-color: #17060B;
}
</style>
border-color css
<style>
span { border-color: #17060B; }
span { border-color: rgb(23,6,11); }
td.TdClassName
{
border-color: #17060B;
}
.TagClassName
{
border-color: #17060B;
}
</style>