#A63A02

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

Shades of Rust #A63A02

Tints of Rust #A63A02

Color information

#A63A02 (or 0xA63A02) is unknown color: approx Rust. HEX triplet: A6, 3A and 02. RGB value is (166,58,2). Sum of RGB (Red+Green+Blue) = 166+58+2=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A02 is #59C5FD. Grayscale: #545454. Windows color (decimal): -5883390 or 146086. OLE color: 146086.

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

Color convert

RGB166582-
CMYK00.650.990.35
HSL20.49º97.62%32.94%-
HSV(B)20.49º98.8%65.1%-
XYZ17.2511.141.3-
YUV83.9181.78186.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.45%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=73.45%
G=25.66%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16658200.650.990.3520.4997.6232.94
HexA63A20416323146221
Octal2467220101143432414241
Binary1010011011101010010000011100011100011101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A02; }

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

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

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

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

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

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

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

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