#A92E02

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

Shades of Rust #A92E02

Tints of Rust #A92E02

Color information

#A92E02 (or 0xA92E02) is unknown color: approx Rust. HEX triplet: A9, 2E and 02. RGB value is (169,46,2). Sum of RGB (Red+Green+Blue) = 169+46+2=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92E02 is #56D1FD. Grayscale: #4E4E4E. Windows color (decimal): -5689854 or 143017. OLE color: 143017.

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

Color convert

RGB169462-
CMYK00.730.990.34
HSL15.81º97.66%33.53%-
HSV(B)15.81º98.82%66.27%-
XYZ17.3510.391.15-
YUV77.7685.25193.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.88%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=77.88%
G=21.20%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16946200.730.990.3415.8197.6633.53
HexA92E20496322106222
Octal2515620111143422014242
Binary1010100110111010010010011100011100010100001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E02; }

 p { color: rgb(169,46,2); }

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

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

 a { background-color: rgb(169,46,2); }

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

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

 span { border-color: rgb(169,46,2); }

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