Shades of Rustic Red #17070F
Tints of Rustic Red #17070F
RGB
CMYK
RGB Variations
Color information
#17070F (or 0x17070F) is known color: Rustic Red. HEX triplet: 17, 07 and 0F. RGB value is (23,7,15). Sum of RGB (Red+Green+Blue) = 23+7+15=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #17070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070F is #E8F8F0. Grayscale: #0C0C0C. Windows color (decimal): -15268081 or 984855. OLE color: 984855.
HSL color Cylindrical-coordinate representation of color #17070F: hue angle of 330º 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 #17070F is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 7 | 15 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.91 |
| HSL | 330º | 0.53% | 0.06% | - |
| HSV(B) | 330º | 0.7% | 0.09% | - |
| XYZ | 0.52 | 0.37 | 0.5 | - |
| YUV | 12.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 15 | 0 | 0.70 | 0.35 | 0.91 | 330 | 0.53 | 0.06 |
| Hex | 17 | 7 | F | 0 | 46 | 23 | 5B | 14A | 35 | 6 |
| Octal | 27 | 7 | 17 | 0 | 106 | 43 | 133 | 512 | 65 | 6 |
| Binary | 10111 | 111 | 1111 | 0 | 1000110 | 100011 | 1011011 | 101001010 | 110101 | 110 |
Color Harmonies of #17070F
Complementary color
Monochromatic Colors of #17070F
Black with #17070F
Text Example
Text Example
White with #17070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17070F; }
p { color: rgb(23,7,15); }
H1.HeaderClassName
{
color: #17070F;
}
.AnyTagClassName
{
color: #17070F;
}
</style>
background-color css
<style>
a { background-color: #17070F; }
a { background-color: rgb(23,7,15); }
div.DivClassName
{
background-color: #17070F;
}
.BgClassName
{
background-color: #17070F;
}
</style>
border-color css
<style>
span { border-color: #17070F; }
span { border-color: rgb(23,7,15); }
td.TdClassName
{
border-color: #17070F;
}
.TagClassName
{
border-color: #17070F;
}
</style>