#17080E

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

Shades of Rustic Red #17080E

Tints of Rustic Red #17080E

Color information

#17080E (or 0x17080E) is unknown color: approx Rustic Red. HEX triplet: 17, 08 and 0E. RGB value is (23,8,14). Sum of RGB (Red+Green+Blue) = 23+8+14=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #17080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080E is #E8F7F1. Grayscale: #0D0D0D. Windows color (decimal): -15267826 or 919575. OLE color: 919575.

HSL color Cylindrical-coordinate representation of color #17080E: hue angle of 336º 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 #17080E is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB23814-
CMYK00.650.390.91
HSL336º48.39%6.08%-
HSV(B)336º65.22%9.02%-
XYZ0.520.390.46-
YUV13.17128.47135.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 51.11%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 14 (5.86% from 255) = 31.11%
R=51.11%
G=17.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2381400.650.390.9133648.396.08
Hex178E041275B150306
Octal271016010147133520606
Binary1011110001110010000011001111011011101010000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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