#a72a0a

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

Shades of Rust #A72A0A

Tints of Rust #A72A0A

Color information

#A72A0A (or 0xA72A0A) is unknown color: approx Rust. HEX triplet: A7, 2A and 0A. RGB value is (167,42,10). Sum of RGB (Red+Green+Blue) = 167+42+10=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A0A is #58D5F5. Grayscale: #4B4B4B. Windows color (decimal): -5821942 or 666279. OLE color: 666279.

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

Color convert

RGB1674210-
CMYK00.750.940.35
HSL12.23º88.7%34.71%-
HSV(B)12.23º94.01%65.49%-
XYZ16.829.891.31-
YUV75.7390.91193.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.26%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=76.26%
G=19.18%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167421000.750.940.3512.2388.734.71
HexA72AA04B5E23c5923
Octal24752120113136431413143
Binary10100111101010101001001011101111010001111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72a0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72a0a; }

 p { color: rgb(167,42,10); }

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

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

 a { background-color: rgb(167,42,10); }

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

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

 span { border-color: rgb(167,42,10); }

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