#170305

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

Shades of Rustic Red #170305

Tints of Rustic Red #170305

Color information

#170305 (or 0x170305) is unknown color: approx Rustic Red. HEX triplet: 17, 03 and 05. RGB value is (23,3,5). Sum of RGB (Red+Green+Blue) = 23+3+5=31 (4% of max value = 765). Red value is 23 (9.38% from 255 or 74.19% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 23 - color contains mainly: red. Hex color #170305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170305 is #E8FCFA. Grayscale: #090909. Windows color (decimal): -15269115 or 328471. OLE color: 328471.

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

Color convert

RGB2335-
CMYK00.870.780.91
HSL354º76.92%5.1%-
HSV(B)354º86.96%9.02%-
XYZ0.410.260.17-
YUV9.21125.63137.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 74.19%
GREEN value IS 3 (1.56% from 255) = 9.68%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=74.19%
G=9.68%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal233500.870.780.9135476.925.1
Hex17350574E5B1624d5
Octal273501271161335421155
Binary101111110101010111100111010110111011000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170305; }

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

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

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

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

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

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

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

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