#170304

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

Shades of Rustic Red #170304

Tints of Rustic Red #170304

Color information

#170304 (or 0x170304) is unknown color: approx Rustic Red. HEX triplet: 17, 03 and 04. RGB value is (23,3,4). Sum of RGB (Red+Green+Blue) = 23+3+4=30 (3% of max value = 765). Red value is 23 (9.38% from 255 or 76.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 23 - color contains mainly: red. Hex color #170304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170304 is #E8FCFB. Grayscale: #090909. Windows color (decimal): -15269116 or 262935. OLE color: 262935.

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

Color convert

RGB2334-
CMYK00.870.830.91
HSL357º76.92%5.1%-
HSV(B)357º86.96%9.02%-
XYZ0.410.260.14-
YUV9.09125.13137.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 76.67%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=76.67%
G=10%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal233400.870.830.9135776.925.1
Hex1734057535B1654d5
Octal273401271231335451155
Binary101111110001010111101001110110111011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170304; }

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

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

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

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

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

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

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

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