#A72100

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

Shades of Rust #A72100

Tints of Rust #A72100

Color information

#A72100 (or 0xA72100) is unknown color: approx Rust. HEX triplet: A7, 21 and 00. RGB value is (167,33,0). Sum of RGB (Red+Green+Blue) = 167+33+0=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A72100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72100 is #58DEFF. Grayscale: #454545. Windows color (decimal): -5824256 or 8615. OLE color: 8615.

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

Color convert

RGB167330-
CMYK00.8010.35
HSL11.86º100%32.75%-
HSV(B)11.86º100%65.49%-
XYZ16.489.30.93-
YUV69.388.89197.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 83.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.5%
G=16.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16733000.8010.3511.8610032.75
HexA72100506423c6421
Octal2474100120144431414441
Binary10100111100001001010000110010010001111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72100; }

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

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

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

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

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

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

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

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