#170D0F

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

Shades of Rustic Red #170D0F

Tints of Rustic Red #170D0F

Color information

#170D0F (or 0x170D0F) is unknown color: approx Rustic Red. HEX triplet: 17, 0D and 0F. RGB value is (23,13,15). Sum of RGB (Red+Green+Blue) = 23+13+15=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D0F is #E8F2F0. Grayscale: #101010. Windows color (decimal): -15266545 or 986391. OLE color: 986391.

HSL color Cylindrical-coordinate representation of color #170D0F: hue angle of 348º 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 #170D0F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB231315-
CMYK00.430.350.91
HSL348º27.78%7.06%-
HSV(B)348º43.48%9.02%-
XYZ0.580.50.52-
YUV16.22127.31132.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 45.10%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=45.10%
G=25.49%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23131500.430.350.9134827.787.06
Hex17DF02B235B15c1c7
Octal27151705343133534347
Binary10111110111110101011100011101101110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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