Shades of Rustic Red #17070C
Tints of Rustic Red #17070C
RGB
CMYK
RGB Variations
Color information
#17070C (or 0x17070C) is known color: Rustic Red. HEX triplet: 17, 07 and 0C. RGB value is (23,7,12). Sum of RGB (Red+Green+Blue) = 23+7+12=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #17070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070C is #E8F8F3. Grayscale: #0C0C0C. Windows color (decimal): -15268084 or 788247. OLE color: 788247.
HSL color Cylindrical-coordinate representation of color #17070C: hue angle of 341.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17070C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 7 | 12 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.91 |
| HSL | 341.25º | 0.53% | 0.06% | - |
| HSV(B) | 341.25º | 0.7% | 0.09% | - |
| XYZ | 0.5 | 0.36 | 0.39 | - |
| YUV | 12.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 12 | 0 | 0.70 | 0.48 | 0.91 | 341.25 | 0.53 | 0.06 |
| Hex | 17 | 7 | C | 0 | 46 | 30 | 5B | 155 | 35 | 6 |
| Octal | 27 | 7 | 14 | 0 | 106 | 60 | 133 | 525 | 65 | 6 |
| Binary | 10111 | 111 | 1100 | 0 | 1000110 | 110000 | 1011011 | 101010101 | 110101 | 110 |
Color Harmonies of #17070C
Complementary color
Monochromatic Colors of #17070C
Black with #17070C
Text Example
Text Example
White with #17070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17070C; }
p { color: rgb(23,7,12); }
H1.HeaderClassName
{
color: #17070C;
}
.AnyTagClassName
{
color: #17070C;
}
</style>
background-color css
<style>
a { background-color: #17070C; }
a { background-color: rgb(23,7,12); }
div.DivClassName
{
background-color: #17070C;
}
.BgClassName
{
background-color: #17070C;
}
</style>
border-color css
<style>
span { border-color: #17070C; }
span { border-color: rgb(23,7,12); }
td.TdClassName
{
border-color: #17070C;
}
.TagClassName
{
border-color: #17070C;
}
</style>