#A83205

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

Shades of Rust #A83205

Tints of Rust #A83205

Color information

#A83205 (or 0xA83205) is unknown color: approx Rust. HEX triplet: A8, 32 and 05. RGB value is (168,50,5). Sum of RGB (Red+Green+Blue) = 168+50+5=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A83205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83205 is #57CDFA. Grayscale: #505050. Windows color (decimal): -5754363 or 340648. OLE color: 340648.

HSL color Cylindrical-coordinate representation of color #A83205: hue angle of 16.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A83205 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB168505-
CMYK00.700.970.34
HSL16.56º94.22%33.92%-
HSV(B)16.56º97.02%65.88%-
XYZ17.3210.621.28-
YUV80.1585.59190.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.34%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=75.34%
G=22.42%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16850500.700.970.3416.5694.2233.92
HexA83250466122115e22
Octal2506250106141422113642
Binary10101000110010101010001101100001100010100011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83205; }

 p { color: rgb(168,50,5); }

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

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

 a { background-color: rgb(168,50,5); }

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

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

 span { border-color: rgb(168,50,5); }

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