Shades of Rustic Red #17060C
Tints of Rustic Red #17060C
RGB
CMYK
RGB Variations
Color information
#17060C (or 0x17060C) is known color: Rustic Red. HEX triplet: 17, 06 and 0C. RGB value is (23,6,12). Sum of RGB (Red+Green+Blue) = 23+6+12=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #17060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17060C is #E8F9F3. Grayscale: #0B0B0B. Windows color (decimal): -15268340 or 787991. OLE color: 787991.
HSL color Cylindrical-coordinate representation of color #17060C: hue angle of 338.82º 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 #17060C is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 6 | 12 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.91 |
| HSL | 338.82º | 0.59% | 0.06% | - |
| HSV(B) | 338.82º | 0.74% | 0.09% | - |
| XYZ | 0.48 | 0.34 | 0.39 | - |
| YUV | 11.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 12 | 0 | 0.74 | 0.48 | 0.91 | 338.82 | 0.59 | 0.06 |
| Hex | 17 | 6 | C | 0 | 4A | 30 | 5B | 153 | 3B | 6 |
| Octal | 27 | 6 | 14 | 0 | 112 | 60 | 133 | 523 | 73 | 6 |
| Binary | 10111 | 110 | 1100 | 0 | 1001010 | 110000 | 1011011 | 101010011 | 111011 | 110 |
Color Harmonies of #17060C
Complementary color
Monochromatic Colors of #17060C
Black with #17060C
Text Example
Text Example
White with #17060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17060C; }
p { color: rgb(23,6,12); }
H1.HeaderClassName
{
color: #17060C;
}
.AnyTagClassName
{
color: #17060C;
}
</style>
background-color css
<style>
a { background-color: #17060C; }
a { background-color: rgb(23,6,12); }
div.DivClassName
{
background-color: #17060C;
}
.BgClassName
{
background-color: #17060C;
}
</style>
border-color css
<style>
span { border-color: #17060C; }
span { border-color: rgb(23,6,12); }
td.TdClassName
{
border-color: #17060C;
}
.TagClassName
{
border-color: #17060C;
}
</style>