#A72B03

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

Shades of Rust #A72B03

Tints of Rust #A72B03

Color information

#A72B03 (or 0xA72B03) is unknown color: approx Rust. HEX triplet: A7, 2B and 03. RGB value is (167,43,3). Sum of RGB (Red+Green+Blue) = 167+43+3=213 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.40% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72B03 is #58D4FC. Grayscale: #4B4B4B. Windows color (decimal): -5821693 or 207783. OLE color: 207783.

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

Color convert

RGB167433-
CMYK00.740.980.35
HSL14.63º96.47%33.33%-
HSV(B)14.63º98.2%65.49%-
XYZ16.829.951.12-
YUV75.5287.08193.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.40%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 3 (1.56% from 255) = 1.41%
R=78.40%
G=20.19%
B=1.41%

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
Decimal16743300.740.980.3514.6396.4733.33
HexA72B304A6223f6021
Octal2475330112142431714041
Binary101001111010111101001010110001010001111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72B03; }

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

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

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

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

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

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

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

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