#170D0E

Color #170D0E Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #170D0E

Tints of Rustic Red #170D0E

Color information

#170D0E (or 0x170D0E) is unknown color: approx Rustic Red. HEX triplet: 17, 0D and 0E. RGB value is (23,13,14). Sum of RGB (Red+Green+Blue) = 23+13+14=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D0E is #E8F2F1. Grayscale: #101010. Windows color (decimal): -15266546 or 920855. OLE color: 920855.

HSL color Cylindrical-coordinate representation of color #170D0E: hue angle of 354º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #170D0E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB231314-
CMYK00.430.390.91
HSL354º27.78%7.06%-
HSV(B)354º43.48%9.02%-
XYZ0.580.50.48-
YUV16.1126.81132.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 46%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 14 (5.86% from 255) = 28%
R=46%
G=26%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23131400.430.390.9135427.787.06
Hex17DE02B275B1621c7
Octal27151605347133542347
Binary10111110111100101011100111101101110110001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170D0E; }

 p { color: rgb(23,13,14); }

 H1.HeaderClassName
 {
   color: #170D0E;
 }
 .AnyTagClassName
 {
   color: #170D0E;
 }
</style>
background-color css

<style>
 a { background-color: #170D0E; }

 a { background-color: rgb(23,13,14); }

 div.DivClassName
 {
   background-color: #170D0E;
 }
 .BgClassName
 {
   background-color: #170D0E;
 }
</style>
border-color css

<style>
 span { border-color: #170D0E; }

 span { border-color: rgb(23,13,14); }

 td.TdClassName
 {
   border-color: #170D0E;
 }
 .TagClassName
 {
   border-color: #170D0E;
 }
</style>