#17060E

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

Shades of Rustic Red #17060E

Tints of Rustic Red #17060E

Color information

#17060E (or 0x17060E) is unknown color: approx Rustic Red. HEX triplet: 17, 06 and 0E. RGB value is (23,6,14). Sum of RGB (Red+Green+Blue) = 23+6+14=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #17060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17060E is #E8F9F1. Grayscale: #0B0B0B. Windows color (decimal): -15268338 or 919063. OLE color: 919063.

HSL color Cylindrical-coordinate representation of color #17060E: hue angle of 331.76º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17060E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB23614-
CMYK00.740.390.91
HSL331.76º58.62%5.69%-
HSV(B)331.76º73.91%9.02%-
XYZ0.50.340.46-
YUV12129.13135.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=53.49%
G=13.95%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2361400.740.390.91331.7658.625.69
Hex176E04A275B14c3b6
Octal27616011247133514736
Binary101111101110010010101001111011011101001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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