#170507

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

Shades of Rustic Red #170507

Tints of Rustic Red #170507

Color information

#170507 (or 0x170507) is unknown color: approx Rustic Red. HEX triplet: 17, 05 and 07. RGB value is (23,5,7). Sum of RGB (Red+Green+Blue) = 23+5+7=35 (4% of max value = 765). Red value is 23 (9.38% from 255 or 65.71% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 23 - color contains mainly: red. Hex color #170507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170507 is #E8FAF8. Grayscale: #0A0A0A. Windows color (decimal): -15268601 or 460055. OLE color: 460055.

HSL color Cylindrical-coordinate representation of color #170507: hue angle of 353.33º 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 #170507 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.91.

Color convert

RGB2357-
CMYK00.780.700.91
HSL353.33º64.29%5.49%-
HSV(B)353.33º78.26%9.02%-
XYZ0.450.310.24-
YUV10.61125.96136.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 65.71%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 7 (3.12% from 255) = 20%
R=65.71%
G=14.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal235700.780.700.91353.3364.295.49
Hex175704E465B161405
Octal275701161061335411005
Binary1011110111101001110100011010110111011000011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170507; }

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

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

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

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

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

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

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

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