#A2350F

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

Shades of Rust #A2350F

Tints of Rust #A2350F

Color information

#A2350F (or 0xA2350F) is unknown color: approx Rust. HEX triplet: A2, 35 and 0F. RGB value is (162,53,15). Sum of RGB (Red+Green+Blue) = 162+53+15=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A2350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2350F is #5DCAF0. Grayscale: #515151. Windows color (decimal): -6146801 or 996770. OLE color: 996770.

HSL color Cylindrical-coordinate representation of color #A2350F: hue angle of 15.51º 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 #A2350F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1625315-
CMYK00.670.910.36
HSL15.51º83.05%34.71%-
HSV(B)15.51º90.74%63.53%-
XYZ16.2610.261.58-
YUV81.2690.61185.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.43%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 15 (6.25% from 255) = 6.52%
R=70.43%
G=23.04%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162531500.670.910.3615.5183.0534.71
HexA235F0435B24105323
Octal24265170103133442012343
Binary101000101101011111010000111011011100100100001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2350F; }

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

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

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

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

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

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

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

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