#A92E03

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

Shades of Rust #A92E03

Tints of Rust #A92E03

Color information

#A92E03 (or 0xA92E03) is unknown color: approx Rust. HEX triplet: A9, 2E and 03. RGB value is (169,46,3). Sum of RGB (Red+Green+Blue) = 169+46+3=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92E03 is #56D1FC. Grayscale: #4E4E4E. Windows color (decimal): -5689853 or 208553. OLE color: 208553.

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

Color convert

RGB169463-
CMYK00.730.980.34
HSL15.54º96.51%33.73%-
HSV(B)15.54º98.22%66.27%-
XYZ17.3610.41.18-
YUV77.8885.75193-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.52%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=77.52%
G=21.10%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16946300.730.980.3415.5496.5133.73
HexA92E30496222106122
Octal2515630111142422014142
Binary1010100110111011010010011100010100010100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E03; }

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

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

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

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

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

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

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

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