#A92500

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

Shades of Rust #A92500

Tints of Rust #A92500

Color information

#A92500 (or 0xA92500) is unknown color: approx Rust. HEX triplet: A9, 25 and 00. RGB value is (169,37,0). Sum of RGB (Red+Green+Blue) = 169+37+0=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A92500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92500 is #56DAFF. Grayscale: #484848. Windows color (decimal): -5692160 or 9641. OLE color: 9641.

HSL color Cylindrical-coordinate representation of color #A92500: hue angle of 13.14º 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 #A92500 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB169370-
CMYK00.7810.34
HSL13.14º100%33.14%-
HSV(B)13.14º100%66.27%-
XYZ17.029.760.99-
YUV72.2587.23197.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.04%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.04%
G=17.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16937000.7810.3413.1410033.14
HexA925004E6422d6421
Octal2514500116144421514441
Binary10101001100101001001110110010010001011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92500; }

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

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

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

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

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

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

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

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