#A72500

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

Shades of Rust #A72500

Tints of Rust #A72500

Color information

#A72500 (or 0xA72500) is unknown color: approx Rust. HEX triplet: A7, 25 and 00. RGB value is (167,37,0). Sum of RGB (Red+Green+Blue) = 167+37+0=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A72500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72500 is #58DAFF. Grayscale: #474747. Windows color (decimal): -5823232 or 9639. OLE color: 9639.

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

Color convert

RGB167370-
CMYK00.7810.35
HSL13.29º100%32.75%-
HSV(B)13.29º100%65.49%-
XYZ16.69.540.97-
YUV71.6587.57196.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 81.86%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.86%
G=18.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16737000.7810.3513.2910032.75
HexA725004E6423d6421
Octal2474500116144431514441
Binary10100111100101001001110110010010001111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72500; }

 p { color: rgb(167,37,0); }

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

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

 a { background-color: rgb(167,37,0); }

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

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

 span { border-color: rgb(167,37,0); }

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