#A72C03

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

Shades of Rust #A72C03

Tints of Rust #A72C03

Color information

#A72C03 (or 0xA72C03) is unknown color: approx Rust. HEX triplet: A7, 2C and 03. RGB value is (167,44,3). Sum of RGB (Red+Green+Blue) = 167+44+3=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72C03 is #58D3FC. Grayscale: #4C4C4C. Windows color (decimal): -5821437 or 208039. OLE color: 208039.

HSL color Cylindrical-coordinate representation of color #A72C03: hue angle of 15º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A72C03 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB167443-
CMYK00.740.980.35
HSL15º96.47%33.33%-
HSV(B)15º98.2%65.49%-
XYZ16.8510.021.13-
YUV76.186.75192.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.04%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=78.04%
G=20.56%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16744300.740.980.351596.4733.33
HexA72C304A6223f6021
Octal2475430112142431714041
Binary101001111011001101001010110001010001111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C03; }

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

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

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

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

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

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

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

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