#A34D02

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

Shades of Rust #A34D02

Tints of Rust #A34D02

Color information

#A34D02 (or 0xA34D02) is unknown color: approx Rust. HEX triplet: A3, 4D and 02. RGB value is (163,77,2). Sum of RGB (Red+Green+Blue) = 163+77+2=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D02 is #5CB2FD. Grayscale: #5E5E5E. Windows color (decimal): -6075134 or 150947. OLE color: 150947.

HSL color Cylindrical-coordinate representation of color #A34D02: hue angle of 27.95º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A34D02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB163772-
CMYK00.530.990.36
HSL27.95º97.58%32.35%-
HSV(B)27.95º98.77%63.92%-
XYZ17.7713.11.65-
YUV94.1675.99177.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.36%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=67.36%
G=31.82%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16377200.530.990.3627.9597.5832.35
HexA34D203563241c6220
Octal2431152065143443414240
Binary1010001110011011001101011100011100100111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D02; }

 p { color: rgb(163,77,2); }

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

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

 a { background-color: rgb(163,77,2); }

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

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

 span { border-color: rgb(163,77,2); }

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