#A74103

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

Shades of Rust #A74103

Tints of Rust #A74103

Color information

#A74103 (or 0xA74103) is unknown color: approx Rust. HEX triplet: A7, 41 and 03. RGB value is (167,65,3). Sum of RGB (Red+Green+Blue) = 167+65+3=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A74103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74103 is #58BEFC. Grayscale: #585858. Windows color (decimal): -5816061 or 213415. OLE color: 213415.

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

Color convert

RGB167653-
CMYK00.610.980.35
HSL22.68º96.47%33.33%-
HSV(B)22.68º98.2%65.49%-
XYZ17.84121.46-
YUV88.4379.79184.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.06%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=71.06%
G=27.66%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16765300.610.980.3522.6896.4733.33
HexA741303D6223176021
Octal2471013075142432714041
Binary1010011110000011101111011100010100011101111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74103; }

 p { color: rgb(167,65,3); }

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

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

 a { background-color: rgb(167,65,3); }

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

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

 span { border-color: rgb(167,65,3); }

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