#A83604

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

Shades of Rust #A83604

Tints of Rust #A83604

Color information

#A83604 (or 0xA83604) is unknown color: approx Rust. HEX triplet: A8, 36 and 04. RGB value is (168,54,4). Sum of RGB (Red+Green+Blue) = 168+54+4=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A83604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83604 is #57C9FB. Grayscale: #525252. Windows color (decimal): -5753340 or 276136. OLE color: 276136.

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

Color convert

RGB168544-
CMYK00.680.980.34
HSL18.29º95.35%33.73%-
HSV(B)18.29º97.62%65.88%-
XYZ17.4910.971.31-
YUV82.3983.77189.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.34%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=74.34%
G=23.89%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16854400.680.980.3418.2995.3533.73
HexA83640446222125f22
Octal2506640104142422213742
Binary10101000110110100010001001100010100010100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83604; }

 p { color: rgb(168,54,4); }

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

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

 a { background-color: rgb(168,54,4); }

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

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

 span { border-color: rgb(168,54,4); }

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