#17080D

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

Shades of Rustic Red #17080D

Tints of Rustic Red #17080D

Color information

#17080D (or 0x17080D) is unknown color: approx Rustic Red. HEX triplet: 17, 08 and 0D. RGB value is (23,8,13). Sum of RGB (Red+Green+Blue) = 23+8+13=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #17080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080D is #E8F7F2. Grayscale: #0D0D0D. Windows color (decimal): -15267827 or 854039. OLE color: 854039.

HSL color Cylindrical-coordinate representation of color #17080D: hue angle of 340º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17080D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB23813-
CMYK00.650.430.91
HSL340º48.39%6.08%-
HSV(B)340º65.22%9.02%-
XYZ0.510.380.43-
YUV13.06127.97135.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 52.27%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=52.27%
G=18.18%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2381300.650.430.9134048.396.08
Hex178D0412B5B154306
Octal271015010153133524606
Binary1011110001101010000011010111011011101010100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17080D; }

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

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

<style>
 a { background-color: #17080D; }

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

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

<style>
 span { border-color: #17080D; }

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

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