#A72D03

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

Shades of Rust #A72D03

Tints of Rust #A72D03

Color information

#A72D03 (or 0xA72D03) is unknown color: approx Rust. HEX triplet: A7, 2D and 03. RGB value is (167,45,3). Sum of RGB (Red+Green+Blue) = 167+45+3=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D03 is #58D2FC. Grayscale: #4C4C4C. Windows color (decimal): -5821181 or 208295. OLE color: 208295.

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

Color convert

RGB167453-
CMYK00.730.980.35
HSL15.37º96.47%33.33%-
HSV(B)15.37º98.2%65.49%-
XYZ16.8910.11.15-
YUV76.6986.42192.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 77.67%
GREEN value IS 45 (17.97% from 255) = 20.93%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=77.67%
G=20.93%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16745300.730.980.3515.3796.4733.33
HexA72D30496223f6021
Octal2475530111142431714041
Binary101001111011011101001001110001010001111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72D03; }

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

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

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

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

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

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

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

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