Shades of Rustic Red #17020D
Tints of Rustic Red #17020D
RGB
CMYK
RGB Variations
Color information
#17020D (or 0x17020D) is known color: Rustic Red. HEX triplet: 17, 02 and 0D. RGB value is (23,2,13). Sum of RGB (Red+Green+Blue) = 23+2+13=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020D is #E8FDF2. Grayscale: #090909. Windows color (decimal): -15269363 or 852503. OLE color: 852503.
HSL color Cylindrical-coordinate representation of color #17020D: hue angle of 328.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17020D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 2 | 13 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.91 |
| HSL | 328.57º | 0.84% | 0.05% | - |
| HSV(B) | 328.57º | 0.91% | 0.09% | - |
| XYZ | 0.45 | 0.25 | 0.41 | - |
| YUV | 9.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 13 | 0 | 0.91 | 0.43 | 0.91 | 328.57 | 0.84 | 0.05 |
| Hex | 17 | 2 | D | 0 | 5B | 2B | 5B | 149 | 54 | 5 |
| Octal | 27 | 2 | 15 | 0 | 133 | 53 | 133 | 511 | 124 | 5 |
| Binary | 10111 | 10 | 1101 | 0 | 1011011 | 101011 | 1011011 | 101001001 | 1010100 | 101 |
Color Harmonies of #17020D
Complementary color
Monochromatic Colors of #17020D
Black with #17020D
Text Example
Text Example
White with #17020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17020D; }
p { color: rgb(23,2,13); }
H1.HeaderClassName
{
color: #17020D;
}
.AnyTagClassName
{
color: #17020D;
}
</style>
background-color css
<style>
a { background-color: #17020D; }
a { background-color: rgb(23,2,13); }
div.DivClassName
{
background-color: #17020D;
}
.BgClassName
{
background-color: #17020D;
}
</style>
border-color css
<style>
span { border-color: #17020D; }
span { border-color: rgb(23,2,13); }
td.TdClassName
{
border-color: #17020D;
}
.TagClassName
{
border-color: #17020D;
}
</style>