#A34103

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

Shades of Rust #A34103

Tints of Rust #A34103

Color information

#A34103 (or 0xA34103) is unknown color: approx Rust. HEX triplet: A3, 41 and 03. RGB value is (163,65,3). Sum of RGB (Red+Green+Blue) = 163+65+3=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A34103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34103 is #5CBEFC. Grayscale: #575757. Windows color (decimal): -6078205 or 213411. OLE color: 213411.

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

Color convert

RGB163653-
CMYK00.600.980.36
HSL23.25º96.39%32.55%-
HSV(B)23.25º98.16%63.92%-
XYZ17.0111.571.42-
YUV87.2380.47182.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.56%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=70.56%
G=28.14%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16365300.600.980.3623.2596.3932.55
HexA341303C6224176021
Octal2431013074142442714041
Binary1010001110000011101111001100010100100101111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34103; }

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

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

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

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

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

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

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

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