Shades of Rustic Red #17000C
Tints of Rustic Red #17000C
RGB
CMYK
RGB Variations
Color information
#17000C (or 0x17000C) is known color: Rustic Red. HEX triplet: 17, 00 and 0C. RGB value is (23,0,12). Sum of RGB (Red+Green+Blue) = 23+0+12=35 (4% of max value = 765). Red value is 23 (9.38% from 255 or 65.71% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 23 - color contains mainly: red. Hex color #17000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000C is #E8FFF3. Grayscale: #080808. Windows color (decimal): -15269876 or 786455. OLE color: 786455.
HSL color Cylindrical-coordinate representation of color #17000C: hue angle of 328.7º 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 #17000C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.48 | 0.91 |
| HSL | 328.7º | 1% | 0.05% | - |
| HSV(B) | 328.7º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.21 | 0.37 | - |
| YUV | 8.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 12 | 0 | 1 | 0.48 | 0.91 | 328.7 | 1 | 0.05 |
| Hex | 17 | 0 | C | 0 | 64 | 30 | 5B | 149 | 64 | 5 |
| Octal | 27 | 0 | 14 | 0 | 144 | 60 | 133 | 511 | 144 | 5 |
| Binary | 10111 | 0 | 1100 | 0 | 1100100 | 110000 | 1011011 | 101001001 | 1100100 | 101 |
Color Harmonies of #17000C
Complementary color
Monochromatic Colors of #17000C
Black with #17000C
Text Example
Text Example
White with #17000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17000C; }
p { color: rgb(23,0,12); }
H1.HeaderClassName
{
color: #17000C;
}
.AnyTagClassName
{
color: #17000C;
}
</style>
background-color css
<style>
a { background-color: #17000C; }
a { background-color: rgb(23,0,12); }
div.DivClassName
{
background-color: #17000C;
}
.BgClassName
{
background-color: #17000C;
}
</style>
border-color css
<style>
span { border-color: #17000C; }
span { border-color: rgb(23,0,12); }
td.TdClassName
{
border-color: #17000C;
}
.TagClassName
{
border-color: #17000C;
}
</style>