#A92200

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

Shades of Rust #A92200

Tints of Rust #A92200

Color information

#A92200 (or 0xA92200) is unknown color: approx Rust. HEX triplet: A9, 22 and 00. RGB value is (169,34,0). Sum of RGB (Red+Green+Blue) = 169+34+0=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A92200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92200 is #56DDFF. Grayscale: #464646. Windows color (decimal): -5692928 or 8873. OLE color: 8873.

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

Color convert

RGB169340-
CMYK00.8010.34
HSL12.07º100%33.14%-
HSV(B)12.07º100%66.27%-
XYZ16.939.580.96-
YUV70.4988.23198.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 83.25%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.25%
G=16.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16934000.8010.3412.0710033.14
HexA92200506422c6421
Octal2514200120144421414441
Binary10101001100010001010000110010010001011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92200; }

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

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

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

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

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

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

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

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