#A75102

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

Shades of Rust #A75102

Tints of Rust #A75102

Color information

#A75102 (or 0xA75102) is unknown color: approx Rust. HEX triplet: A7, 51 and 02. RGB value is (167,81,2). Sum of RGB (Red+Green+Blue) = 167+81+2=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A75102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75102 is #58AEFD. Grayscale: #626262. Windows color (decimal): -5811966 or 151975. OLE color: 151975.

HSL color Cylindrical-coordinate representation of color #A75102: hue angle of 28.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A75102 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB167812-
CMYK00.510.990.35
HSL28.73º97.63%33.14%-
HSV(B)28.73º98.8%65.49%-
XYZ18.8914.11.78-
YUV97.7173.99177.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.8%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=66.8%
G=32.4%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16781200.510.990.3528.7397.6333.14
HexA751203363231d6221
Octal2471212063143433514241
Binary1010011110100011001100111100011100011111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75102; }

 p { color: rgb(167,81,2); }

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

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

 a { background-color: rgb(167,81,2); }

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

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

 span { border-color: rgb(167,81,2); }

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