Shades of Rustic Red #17050C
Tints of Rustic Red #17050C
RGB
CMYK
RGB Variations
Color information
#17050C (or 0x17050C) is known color: Rustic Red. HEX triplet: 17, 05 and 0C. RGB value is (23,5,12). Sum of RGB (Red+Green+Blue) = 23+5+12=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050C is #E8FAF3. Grayscale: #0B0B0B. Windows color (decimal): -15268596 or 787735. OLE color: 787735.
HSL color Cylindrical-coordinate representation of color #17050C: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17050C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 5 | 12 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.91 |
| HSL | 336.67º | 0.64% | 0.05% | - |
| HSV(B) | 336.67º | 0.78% | 0.09% | - |
| XYZ | 0.47 | 0.32 | 0.38 | - |
| YUV | 11.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 12 | 0 | 0.78 | 0.48 | 0.91 | 336.67 | 0.64 | 0.05 |
| Hex | 17 | 5 | C | 0 | 4E | 30 | 5B | 151 | 40 | 5 |
| Octal | 27 | 5 | 14 | 0 | 116 | 60 | 133 | 521 | 100 | 5 |
| Binary | 10111 | 101 | 1100 | 0 | 1001110 | 110000 | 1011011 | 101010001 | 1000000 | 101 |
Color Harmonies of #17050C
Complementary color
Monochromatic Colors of #17050C
Black with #17050C
Text Example
Text Example
White with #17050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17050C; }
p { color: rgb(23,5,12); }
H1.HeaderClassName
{
color: #17050C;
}
.AnyTagClassName
{
color: #17050C;
}
</style>
background-color css
<style>
a { background-color: #17050C; }
a { background-color: rgb(23,5,12); }
div.DivClassName
{
background-color: #17050C;
}
.BgClassName
{
background-color: #17050C;
}
</style>
border-color css
<style>
span { border-color: #17050C; }
span { border-color: rgb(23,5,12); }
td.TdClassName
{
border-color: #17050C;
}
.TagClassName
{
border-color: #17050C;
}
</style>