#A2310F

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

Shades of Rust #A2310F

Tints of Rust #A2310F

Color information

#A2310F (or 0xA2310F) is unknown color: approx Rust. HEX triplet: A2, 31 and 0F. RGB value is (162,49,15). Sum of RGB (Red+Green+Blue) = 162+49+15=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2310F is #5DCEF0. Grayscale: #4F4F4F. Windows color (decimal): -6147825 or 995746. OLE color: 995746.

HSL color Cylindrical-coordinate representation of color #A2310F: hue angle of 13.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2310F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1624915-
CMYK00.700.910.36
HSL13.88º83.05%34.71%-
HSV(B)13.88º90.74%63.53%-
XYZ16.089.911.52-
YUV78.9191.94187.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.68%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=71.68%
G=21.68%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162491500.700.910.3613.8883.0534.71
HexA231F0465B24e5323
Octal24261170106133441612343
Binary10100010110001111101000110101101110010011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2310F; }

 p { color: rgb(162,49,15); }

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

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

 a { background-color: rgb(162,49,15); }

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

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

 span { border-color: rgb(162,49,15); }

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