#a63317

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

Shades of Rust #A63317

Tints of Rust #A63317

Color information

#A63317 (or 0xA63317) is unknown color: approx Rust. HEX triplet: A6, 33 and 17. RGB value is (166,51,23). Sum of RGB (Red+Green+Blue) = 166+51+23=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A63317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63317 is #59CCE8. Grayscale: #525252. Windows color (decimal): -5885161 or 1520550. OLE color: 1520550.

HSL color Cylindrical-coordinate representation of color #A63317: hue angle of 11.75º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A63317 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1665123-
CMYK00.690.860.35
HSL11.75º75.66%37.06%-
HSV(B)11.75º86.14%65.1%-
XYZ17.0610.541.94-
YUV82.1994.6187.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.17%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=69.17%
G=21.25%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166512300.690.860.3511.7575.6637.06
HexA633170455623c4c25
Octal24663270105126431411445
Binary101001101100111011101000101101011010001111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a63317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a63317; }

 p { color: rgb(166,51,23); }

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

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

 a { background-color: rgb(166,51,23); }

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

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

 span { border-color: rgb(166,51,23); }

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