#170B0E

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

Shades of Rustic Red #170B0E

Tints of Rustic Red #170B0E

Color information

#170B0E (or 0x170B0E) is unknown color: approx Rustic Red. HEX triplet: 17, 0B and 0E. RGB value is (23,11,14). Sum of RGB (Red+Green+Blue) = 23+11+14=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B0E is #E8F4F1. Grayscale: #0E0E0E. Windows color (decimal): -15267058 or 920343. OLE color: 920343.

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

Color convert

RGB231114-
CMYK00.520.390.91
HSL345º35.29%6.67%-
HSV(B)345º52.17%9.02%-
XYZ0.550.450.47-
YUV14.93127.48133.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 47.92%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=47.92%
G=22.92%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23111400.520.390.9134535.296.67
Hex17BE034275B159237
Octal27131606447133531437
Binary101111011111001101001001111011011101011001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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