#A34402

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

Shades of Rust #A34402

Tints of Rust #A34402

Color information

#A34402 (or 0xA34402) is unknown color: approx Rust. HEX triplet: A3, 44 and 02. RGB value is (163,68,2). Sum of RGB (Red+Green+Blue) = 163+68+2=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A34402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34402 is #5CBBFD. Grayscale: #595959. Windows color (decimal): -6077438 or 148643. OLE color: 148643.

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

Color convert

RGB163682-
CMYK00.580.990.36
HSL24.6º97.58%32.35%-
HSV(B)24.6º98.77%63.92%-
XYZ17.1811.931.45-
YUV88.8878.97180.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=69.96%
G=29.18%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16368200.580.990.3624.697.5832.35
HexA344203A6324196220
Octal2431042072143443114240
Binary1010001110001001001110101100011100100110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34402; }

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

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

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

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

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

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

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

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