#A1430A

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

Shades of Rust #A1430A

Tints of Rust #A1430A

Color information

#A1430A (or 0xA1430A) is unknown color: approx Rust. HEX triplet: A1, 43 and 0A. RGB value is (161,67,10). Sum of RGB (Red+Green+Blue) = 161+67+10=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1430A is #5EBCF5. Grayscale: #585858. Windows color (decimal): -6208758 or 672673. OLE color: 672673.

HSL color Cylindrical-coordinate representation of color #A1430A: hue angle of 22.65º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1430A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1616710-
CMYK00.580.940.37
HSL22.65º88.3%33.53%-
HSV(B)22.65º93.79%63.14%-
XYZ16.7611.611.65-
YUV88.6183.64179.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=67.65%
G=28.15%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161671000.580.940.3722.6588.333.53
HexA143A03A5E25175822
Octal24110312072136452713042
Binary101000011000011101001110101011110100101101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1430A; }

 p { color: rgb(161,67,10); }

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

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

 a { background-color: rgb(161,67,10); }

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

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

 span { border-color: rgb(161,67,10); }

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