#A63216

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

Shades of Rust #A63216

Tints of Rust #A63216

Color information

#A63216 (or 0xA63216) is unknown color: approx Rust. HEX triplet: A6, 32 and 16. RGB value is (166,50,22). Sum of RGB (Red+Green+Blue) = 166+50+22=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A63216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63216 is #59CDE9. Grayscale: #515151. Windows color (decimal): -5885418 or 1454758. OLE color: 1454758.

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

Color convert

RGB1665022-
CMYK00.700.870.35
HSL11.67º76.6%36.86%-
HSV(B)11.67º86.75%65.1%-
XYZ17.0110.451.88-
YUV81.4994.43188.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.75%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=69.75%
G=21.01%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166502200.700.870.3511.6776.636.86
HexA632160465723c4d25
Octal24662260106127431411545
Binary101001101100101011001000110101011110001111001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63216; }

 p { color: rgb(166,50,22); }

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

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

 a { background-color: rgb(166,50,22); }

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

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

 span { border-color: rgb(166,50,22); }

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