Shades of Rustic Red #17070A
Tints of Rustic Red #17070A
RGB
CMYK
RGB Variations
Color information
#17070A (or 0x17070A) is known color: Rustic Red. HEX triplet: 17, 07 and 0A. RGB value is (23,7,10). Sum of RGB (Red+Green+Blue) = 23+7+10=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070A is #E8F8F5. Grayscale: #0C0C0C. Windows color (decimal): -15268086 or 657175. OLE color: 657175.
HSL color Cylindrical-coordinate representation of color #17070A: hue angle of 348.75º 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 #17070A is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 7 | 10 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.91 |
| HSL | 348.75º | 0.53% | 0.06% | - |
| HSV(B) | 348.75º | 0.7% | 0.09% | - |
| XYZ | 0.48 | 0.36 | 0.33 | - |
| YUV | 12.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 10 | 0 | 0.70 | 0.57 | 0.91 | 348.75 | 0.53 | 0.06 |
| Hex | 17 | 7 | A | 0 | 46 | 39 | 5B | 15D | 35 | 6 |
| Octal | 27 | 7 | 12 | 0 | 106 | 71 | 133 | 535 | 65 | 6 |
| Binary | 10111 | 111 | 1010 | 0 | 1000110 | 111001 | 1011011 | 101011101 | 110101 | 110 |
Color Harmonies of #17070A
Complementary color
Monochromatic Colors of #17070A
Black with #17070A
Text Example
Text Example
White with #17070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17070A; }
p { color: rgb(23,7,10); }
H1.HeaderClassName
{
color: #17070A;
}
.AnyTagClassName
{
color: #17070A;
}
</style>
background-color css
<style>
a { background-color: #17070A; }
a { background-color: rgb(23,7,10); }
div.DivClassName
{
background-color: #17070A;
}
.BgClassName
{
background-color: #17070A;
}
</style>
border-color css
<style>
span { border-color: #17070A; }
span { border-color: rgb(23,7,10); }
td.TdClassName
{
border-color: #17070A;
}
.TagClassName
{
border-color: #17070A;
}
</style>