#A72B00

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

Shades of Rust #A72B00

Tints of Rust #A72B00

Color information

#A72B00 (or 0xA72B00) is unknown color: approx Rust. HEX triplet: A7, 2B and 00. RGB value is (167,43,0). Sum of RGB (Red+Green+Blue) = 167+43+0=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72B00 is #58D4FF. Grayscale: #4B4B4B. Windows color (decimal): -5821696 or 11175. OLE color: 11175.

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

Color convert

RGB167430-
CMYK00.7410.35
HSL15.45º100%32.75%-
HSV(B)15.45º100%65.49%-
XYZ16.89.941.03-
YUV75.1785.58193.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 79.52%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.52%
G=20.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16743000.7410.3515.4510032.75
HexA72B004A6423f6421
Octal2475300112144431714441
Binary10100111101011001001010110010010001111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72B00; }

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

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

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

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

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

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

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

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