#A93200

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

Shades of Rust #A93200

Tints of Rust #A93200

Color information

#A93200 (or 0xA93200) is unknown color: approx Rust. HEX triplet: A9, 32 and 00. RGB value is (169,50,0). Sum of RGB (Red+Green+Blue) = 169+50+0=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A93200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93200 is #56CDFF. Grayscale: #505050. Windows color (decimal): -5688832 or 12969. OLE color: 12969.

HSL color Cylindrical-coordinate representation of color #A93200: hue angle of 17.75º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A93200 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB169500-
CMYK00.7010.34
HSL17.75º100%33.14%-
HSV(B)17.75º100%66.27%-
XYZ17.510.721.15-
YUV79.8882.92191.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.17%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.17%
G=22.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16950000.7010.3417.7510033.14
HexA93200466422126421
Octal2516200106144422214441
Binary101010011100100010001101100100100010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93200; }

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

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

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

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

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

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

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

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