#A34302

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

Shades of Rust #A34302

Tints of Rust #A34302

Color information

#A34302 (or 0xA34302) is unknown color: approx Rust. HEX triplet: A3, 43 and 02. RGB value is (163,67,2). Sum of RGB (Red+Green+Blue) = 163+67+2=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A34302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34302 is #5CBCFD. Grayscale: #585858. Windows color (decimal): -6077694 or 148387. OLE color: 148387.

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

Color convert

RGB163672-
CMYK00.590.990.36
HSL24.22º97.58%32.35%-
HSV(B)24.22º98.77%63.92%-
XYZ17.1211.811.43-
YUV88.2979.3181.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=70.26%
G=28.88%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16367200.590.990.3624.2297.5832.35
HexA343203B6324186220
Octal2431032073143443014240
Binary1010001110000111001110111100011100100110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34302; }

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

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

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

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

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

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

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

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