#A14302

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

Shades of Rust #A14302

Tints of Rust #A14302

Color information

#A14302 (or 0xA14302) is unknown color: approx Rust. HEX triplet: A1, 43 and 02. RGB value is (161,67,2). Sum of RGB (Red+Green+Blue) = 161+67+2=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A14302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14302 is #5EBCFD. Grayscale: #585858. Windows color (decimal): -6208766 or 148385. OLE color: 148385.

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

Color convert

RGB161672-
CMYK00.580.990.37
HSL24.53º97.55%31.96%-
HSV(B)24.53º98.76%63.14%-
XYZ16.7211.61.41-
YUV87.779.64180.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=70%
G=29.13%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16167200.580.990.3724.5397.5531.96
HexA143203A6325196220
Octal2411032072143453114240
Binary1010000110000111001110101100011100101110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14302; }

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

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

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

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

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

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

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

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