#170B10

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

Shades of Rustic Red #170B10

Tints of Rustic Red #170B10

Color information

#170B10 (or 0x170B10) is unknown color: approx Rustic Red. HEX triplet: 17, 0B and 10. RGB value is (23,11,16). Sum of RGB (Red+Green+Blue) = 23+11+16=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B10 is #E8F4EF. Grayscale: #0F0F0F. Windows color (decimal): -15267056 or 1051415. OLE color: 1051415.

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

Color convert

RGB231116-
CMYK00.520.300.91
HSL335º35.29%6.67%-
HSV(B)335º52.17%9.02%-
XYZ0.570.460.55-
YUV15.16128.48133.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 16 (6.64% from 255) = 32%
R=46%
G=22%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23111600.520.300.9133535.296.67
Hex17B100341E5B14f237
Octal27132006436133517437
Binary101111011100000110100111101011011101001111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,11,16); }

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

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

 a { background-color: rgb(23,11,16); }

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

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

 span { border-color: rgb(23,11,16); }

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