#A04102

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

Shades of Rust #A04102

Tints of Rust #A04102

Color information

#A04102 (or 0xA04102) is unknown color: approx Rust. HEX triplet: A0, 41 and 02. RGB value is (160,65,2). Sum of RGB (Red+Green+Blue) = 160+65+2=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A04102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04102 is #5FBEFD. Grayscale: #565656. Windows color (decimal): -6274814 or 147872. OLE color: 147872.

HSL color Cylindrical-coordinate representation of color #A04102: hue angle of 23.92º 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 #A04102 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160652-
CMYK00.590.990.37
HSL23.92º97.53%31.76%-
HSV(B)23.92º98.75%62.75%-
XYZ16.411.261.37-
YUV86.2280.47180.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.48%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=70.48%
G=28.63%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16065200.590.990.3723.9297.5331.76
HexA041203B6325186220
Octal2401012073143453014240
Binary1010000010000011001110111100011100101110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04102; }

 p { color: rgb(160,65,2); }

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

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

 a { background-color: rgb(160,65,2); }

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

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

 span { border-color: rgb(160,65,2); }

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