#A72C00

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

Shades of Rust #A72C00

Tints of Rust #A72C00

Color information

#A72C00 (or 0xA72C00) is unknown color: approx Rust. HEX triplet: A7, 2C and 00. RGB value is (167,44,0). Sum of RGB (Red+Green+Blue) = 167+44+0=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72C00 is #58D3FF. Grayscale: #4C4C4C. Windows color (decimal): -5821440 or 11431. OLE color: 11431.

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

Color convert

RGB167440-
CMYK00.7410.35
HSL15.81º100%32.75%-
HSV(B)15.81º100%65.49%-
XYZ16.8410.021.05-
YUV75.7685.25193.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 79.15%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.15%
G=20.85%
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
Decimal16744000.7410.3515.8110032.75
HexA72C004A6423106421
Octal2475400112144432014441
Binary101001111011000010010101100100100011100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C00; }

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

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

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

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

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

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

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

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