#A63902

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

Shades of Rust #A63902

Tints of Rust #A63902

Color information

#A63902 (or 0xA63902) is unknown color: approx Rust. HEX triplet: A6, 39 and 02. RGB value is (166,57,2). Sum of RGB (Red+Green+Blue) = 166+57+2=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A63902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63902 is #59C6FD. Grayscale: #535353. Windows color (decimal): -5883646 or 145830. OLE color: 145830.

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

Color convert

RGB166572-
CMYK00.660.990.35
HSL20.12º97.62%32.94%-
HSV(B)20.12º98.8%65.1%-
XYZ17.211.041.28-
YUV83.3282.11186.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.78%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=73.78%
G=25.33%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16657200.660.990.3520.1297.6232.94
HexA63920426323146221
Octal2467120102143432414241
Binary1010011011100110010000101100011100011101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63902; }

 p { color: rgb(166,57,2); }

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

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

 a { background-color: rgb(166,57,2); }

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

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

 span { border-color: rgb(166,57,2); }

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