#A92D03

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

Shades of Rust #A92D03

Tints of Rust #A92D03

Color information

#A92D03 (or 0xA92D03) is unknown color: approx Rust. HEX triplet: A9, 2D and 03. RGB value is (169,45,3). Sum of RGB (Red+Green+Blue) = 169+45+3=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92D03 is #56D2FC. Grayscale: #4D4D4D. Windows color (decimal): -5690109 or 208297. OLE color: 208297.

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

Color convert

RGB169453-
CMYK00.730.980.34
HSL15.18º96.51%33.73%-
HSV(B)15.18º98.22%66.27%-
XYZ17.3210.321.17-
YUV77.2986.08193.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.88%
GREEN value IS 45 (17.97% from 255) = 20.74%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=77.88%
G=20.74%
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
Decimal16945300.730.980.3415.1896.5133.73
HexA92D30496222f6122
Octal2515530111142421714142
Binary101010011011011101001001110001010001011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D03; }

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

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

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

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

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

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

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

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