#A63404

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

Shades of Rust #A63404

Tints of Rust #A63404

Color information

#A63404 (or 0xA63404) is unknown color: approx Rust. HEX triplet: A6, 34 and 04. RGB value is (166,52,4). Sum of RGB (Red+Green+Blue) = 166+52+4=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A63404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63404 is #59CBFB. Grayscale: #505050. Windows color (decimal): -5884924 or 275622. OLE color: 275622.

HSL color Cylindrical-coordinate representation of color #A63404: hue angle of 17.78º degrees, saturation: 0.95, 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 #A63404 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB166524-
CMYK00.690.980.35
HSL17.78º95.29%33.33%-
HSV(B)17.78º97.59%65.1%-
XYZ16.9810.571.26-
YUV80.6184.77188.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 74.77%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 4 (1.95% from 255) = 1.80%
R=74.77%
G=23.42%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16652400.690.980.3517.7895.2933.33
HexA63440456223125f21
Octal2466440105142432213741
Binary10100110110100100010001011100010100011100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63404; }

 p { color: rgb(166,52,4); }

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

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

 a { background-color: rgb(166,52,4); }

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

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

 span { border-color: rgb(166,52,4); }

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