#A83105

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

Shades of Rust #A83105

Tints of Rust #A83105

Color information

#A83105 (or 0xA83105) is unknown color: approx Rust. HEX triplet: A8, 31 and 05. RGB value is (168,49,5). Sum of RGB (Red+Green+Blue) = 168+49+5=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A83105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83105 is #57CEFA. Grayscale: #4F4F4F. Windows color (decimal): -5754619 or 340392. OLE color: 340392.

HSL color Cylindrical-coordinate representation of color #A83105: hue angle of 16.2º 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 #A83105 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB168495-
CMYK00.710.970.34
HSL16.2º94.22%33.92%-
HSV(B)16.2º97.02%65.88%-
XYZ17.2710.531.27-
YUV79.5685.92191.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.68%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 5 (2.34% from 255) = 2.25%
R=75.68%
G=22.07%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16849500.710.970.3416.294.2233.92
HexA83150476122105e22
Octal2506150107141422013642
Binary10101000110001101010001111100001100010100001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83105; }

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

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

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

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

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

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

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

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