#A03200

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

Shades of Rust #A03200

Tints of Rust #A03200

Color information

#A03200 (or 0xA03200) is unknown color: approx Rust. HEX triplet: A0, 32 and 00. RGB value is (160,50,0). Sum of RGB (Red+Green+Blue) = 160+50+0=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A03200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03200 is #5FCDFF. Grayscale: #4D4D4D. Windows color (decimal): -6278656 or 12960. OLE color: 12960.

HSL color Cylindrical-coordinate representation of color #A03200: hue angle of 18.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A03200 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB160500-
CMYK00.6910.37
HSL18.75º100%31.37%-
HSV(B)18.75º100%62.75%-
XYZ15.649.751.06-
YUV77.1984.44187.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.19%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.19%
G=23.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16050000.6910.3718.7510031.37
HexA0320045642513641f
Octal2406200105144452314437
Binary10100000110010001000101110010010010110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03200; }

 p { color: rgb(160,50,0); }

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

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

 a { background-color: rgb(160,50,0); }

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

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

 span { border-color: rgb(160,50,0); }

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