Shades of Rustic Red #17020A
Tints of Rustic Red #17020A
RGB
CMYK
RGB Variations
Color information
#17020A (or 0x17020A) is known color: Rustic Red. HEX triplet: 17, 02 and 0A. RGB value is (23,2,10). Sum of RGB (Red+Green+Blue) = 23+2+10=35 (4% of max value = 765). Red value is 23 (9.38% from 255 or 65.71% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 23 - color contains mainly: red. Hex color #17020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020A is #E8FDF5. Grayscale: #090909. Windows color (decimal): -15269366 or 655895. OLE color: 655895.
HSL color Cylindrical-coordinate representation of color #17020A: hue angle of 337.14º 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 #17020A is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 2 | 10 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.91 |
| HSL | 337.14º | 0.84% | 0.05% | - |
| HSV(B) | 337.14º | 0.91% | 0.09% | - |
| XYZ | 0.43 | 0.25 | 0.31 | - |
| YUV | 9.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 10 | 0 | 0.91 | 0.57 | 0.91 | 337.14 | 0.84 | 0.05 |
| Hex | 17 | 2 | A | 0 | 5B | 39 | 5B | 151 | 54 | 5 |
| Octal | 27 | 2 | 12 | 0 | 133 | 71 | 133 | 521 | 124 | 5 |
| Binary | 10111 | 10 | 1010 | 0 | 1011011 | 111001 | 1011011 | 101010001 | 1010100 | 101 |
Color Harmonies of #17020A
Complementary color
Monochromatic Colors of #17020A
Black with #17020A
Text Example
Text Example
White with #17020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17020A; }
p { color: rgb(23,2,10); }
H1.HeaderClassName
{
color: #17020A;
}
.AnyTagClassName
{
color: #17020A;
}
</style>
background-color css
<style>
a { background-color: #17020A; }
a { background-color: rgb(23,2,10); }
div.DivClassName
{
background-color: #17020A;
}
.BgClassName
{
background-color: #17020A;
}
</style>
border-color css
<style>
span { border-color: #17020A; }
span { border-color: rgb(23,2,10); }
td.TdClassName
{
border-color: #17020A;
}
.TagClassName
{
border-color: #17020A;
}
</style>