#170506

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

Shades of Rustic Red #170506

Tints of Rustic Red #170506

Color information

#170506 (or 0x170506) is unknown color: approx Rustic Red. HEX triplet: 17, 05 and 06. RGB value is (23,5,6). Sum of RGB (Red+Green+Blue) = 23+5+6=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #170506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170506 is #E8FAF9. Grayscale: #0A0A0A. Windows color (decimal): -15268602 or 394519. OLE color: 394519.

HSL color Cylindrical-coordinate representation of color #170506: hue angle of 356.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170506 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB2356-
CMYK00.780.740.91
HSL356.67º64.29%5.49%-
HSV(B)356.67º78.26%9.02%-
XYZ0.440.30.21-
YUV10.5125.46136.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 67.65%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 6 (2.73% from 255) = 17.65%
R=67.65%
G=14.71%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal235600.780.740.91356.6764.295.49
Hex175604E4A5B165405
Octal275601161121335451005
Binary1011110111001001110100101010110111011001011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170506; }

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

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

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

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

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

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

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

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