#170508

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

Shades of Rustic Red #170508

Tints of Rustic Red #170508

Color information

#170508 (or 0x170508) is unknown color: approx Rustic Red. HEX triplet: 17, 05 and 08. RGB value is (23,5,8). Sum of RGB (Red+Green+Blue) = 23+5+8=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #170508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170508 is #E8FAF7. Grayscale: #0A0A0A. Windows color (decimal): -15268600 or 525591. OLE color: 525591.

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

Color convert

RGB2358-
CMYK00.780.650.91
HSL350º64.29%5.49%-
HSV(B)350º78.26%9.02%-
XYZ0.450.310.27-
YUV10.72126.46136.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 63.89%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=63.89%
G=13.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal235800.780.650.9135064.295.49
Hex175804E415B15e405
Octal2751001161011335361005
Binary10111101100001001110100000110110111010111101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170508; }

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

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

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

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

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

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

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

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