#A34202

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

Shades of Rust #A34202

Tints of Rust #A34202

Color information

#A34202 (or 0xA34202) is unknown color: approx Rust. HEX triplet: A3, 42 and 02. RGB value is (163,66,2). Sum of RGB (Red+Green+Blue) = 163+66+2=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A34202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34202 is #5CBDFD. Grayscale: #585858. Windows color (decimal): -6077950 or 148131. OLE color: 148131.

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

Color convert

RGB163662-
CMYK00.600.990.36
HSL23.85º97.58%32.35%-
HSV(B)23.85º98.77%63.92%-
XYZ17.0611.691.41-
YUV87.7179.64181.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.56%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=70.56%
G=28.57%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16366200.600.990.3623.8597.5832.35
HexA342203C6324186220
Octal2431022074143443014240
Binary1010001110000101001111001100011100100110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34202; }

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

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

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

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

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

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

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

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