#A72E09

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

Shades of Rust #A72E09

Tints of Rust #A72E09

Color information

#A72E09 (or 0xA72E09) is unknown color: approx Rust. HEX triplet: A7, 2E and 09. RGB value is (167,46,9). Sum of RGB (Red+Green+Blue) = 167+46+9=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72E09 is #58D1F6. Grayscale: #4E4E4E. Windows color (decimal): -5820919 or 601767. OLE color: 601767.

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

Color convert

RGB167469-
CMYK00.720.950.35
HSL14.05º89.77%34.51%-
HSV(B)14.05º94.61%65.49%-
XYZ16.9610.191.33-
YUV77.9689.09191.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 75.23%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 9 (3.91% from 255) = 4.05%
R=75.23%
G=20.72%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16746900.720.950.3514.0589.7734.51
HexA72E90485F23e5a23
Octal24756110110137431613243
Binary10100111101110100101001000101111110001111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E09; }

 p { color: rgb(167,46,9); }

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

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

 a { background-color: rgb(167,46,9); }

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

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

 span { border-color: rgb(167,46,9); }

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