Shades of Rustic Red #17030C
Tints of Rustic Red #17030C
RGB
CMYK
RGB Variations
Color information
#17030C (or 0x17030C) is known color: Rustic Red. HEX triplet: 17, 03 and 0C. RGB value is (23,3,12). Sum of RGB (Red+Green+Blue) = 23+3+12=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17030C is #E8FCF3. Grayscale: #090909. Windows color (decimal): -15269108 or 787223. OLE color: 787223.
HSL color Cylindrical-coordinate representation of color #17030C: hue angle of 333º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17030C is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 3 | 12 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.91 |
| HSL | 333º | 0.77% | 0.05% | - |
| HSV(B) | 333º | 0.87% | 0.09% | - |
| XYZ | 0.45 | 0.27 | 0.38 | - |
| YUV | 10.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 12 | 0 | 0.87 | 0.48 | 0.91 | 333 | 0.77 | 0.05 |
| Hex | 17 | 3 | C | 0 | 57 | 30 | 5B | 14D | 4D | 5 |
| Octal | 27 | 3 | 14 | 0 | 127 | 60 | 133 | 515 | 115 | 5 |
| Binary | 10111 | 11 | 1100 | 0 | 1010111 | 110000 | 1011011 | 101001101 | 1001101 | 101 |
Color Harmonies of #17030C
Complementary color
Monochromatic Colors of #17030C
Black with #17030C
Text Example
Text Example
White with #17030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17030C; }
p { color: rgb(23,3,12); }
H1.HeaderClassName
{
color: #17030C;
}
.AnyTagClassName
{
color: #17030C;
}
</style>
background-color css
<style>
a { background-color: #17030C; }
a { background-color: rgb(23,3,12); }
div.DivClassName
{
background-color: #17030C;
}
.BgClassName
{
background-color: #17030C;
}
</style>
border-color css
<style>
span { border-color: #17030C; }
span { border-color: rgb(23,3,12); }
td.TdClassName
{
border-color: #17030C;
}
.TagClassName
{
border-color: #17030C;
}
</style>