#A92C03

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

Shades of Rust #A92C03

Tints of Rust #A92C03

Color information

#A92C03 (or 0xA92C03) is unknown color: approx Rust. HEX triplet: A9, 2C and 03. RGB value is (169,44,3). Sum of RGB (Red+Green+Blue) = 169+44+3=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92C03 is #56D3FC. Grayscale: #4C4C4C. Windows color (decimal): -5690365 or 208041. OLE color: 208041.

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

Color convert

RGB169443-
CMYK00.740.980.34
HSL14.82º96.51%33.73%-
HSV(B)14.82º98.22%66.27%-
XYZ17.2810.241.15-
YUV76.786.41193.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 78.24%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=78.24%
G=20.37%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16944300.740.980.3414.8296.5133.73
HexA92C304A6222f6122
Octal2515430112142421714142
Binary101010011011001101001010110001010001011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92C03; }

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

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

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

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

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

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

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

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