#A63314

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

Shades of Rust #A63314

Tints of Rust #A63314

Color information

#A63314 (or 0xA63314) is unknown color: approx Rust. HEX triplet: A6, 33 and 14. RGB value is (166,51,20). Sum of RGB (Red+Green+Blue) = 166+51+20=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A63314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63314 is #59CCEB. Grayscale: #525252. Windows color (decimal): -5885164 or 1323942. OLE color: 1323942.

HSL color Cylindrical-coordinate representation of color #A63314: hue angle of 12.74º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A63314 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1665120-
CMYK00.690.880.35
HSL12.74º78.49%36.47%-
HSV(B)12.74º87.95%65.1%-
XYZ17.0410.531.8-
YUV81.8593.1188.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.04%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=70.04%
G=21.52%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166512000.690.880.3512.7478.4936.47
HexA633140455823d4e24
Octal24663240105130431511644
Binary101001101100111010001000101101100010001111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63314; }

 p { color: rgb(166,51,20); }

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

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

 a { background-color: rgb(166,51,20); }

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

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

 span { border-color: rgb(166,51,20); }

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