#A34E02

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

Shades of Rust #A34E02

Tints of Rust #A34E02

Color information

#A34E02 (or 0xA34E02) is unknown color: approx Rust. HEX triplet: A3, 4E and 02. RGB value is (163,78,2). Sum of RGB (Red+Green+Blue) = 163+78+2=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34E02 is #5CB1FD. Grayscale: #5F5F5F. Windows color (decimal): -6074878 or 151203. OLE color: 151203.

HSL color Cylindrical-coordinate representation of color #A34E02: hue angle of 28.32º 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 #A34E02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB163782-
CMYK00.520.990.36
HSL28.32º97.58%32.35%-
HSV(B)28.32º98.77%63.92%-
XYZ17.8413.241.67-
YUV94.7575.66176.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.08%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=67.08%
G=32.10%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16378200.520.990.3628.3297.5832.35
HexA34E203463241c6220
Octal2431162064143443414240
Binary1010001110011101001101001100011100100111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E02; }

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

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

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

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

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

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

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

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