#A62403

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

Shades of Rust #A62403

Tints of Rust #A62403

Color information

#A62403 (or 0xA62403) is unknown color: approx Rust. HEX triplet: A6, 24 and 03. RGB value is (166,36,3). Sum of RGB (Red+Green+Blue) = 166+36+3=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A62403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62403 is #59DBFC. Grayscale: #474747. Windows color (decimal): -5889021 or 205990. OLE color: 205990.

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

Color convert

RGB166363-
CMYK00.780.980.35
HSL12.15º96.45%33.14%-
HSV(B)12.15º98.19%65.1%-
XYZ16.379.381.03-
YUV71.1189.57195.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.98%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=80.98%
G=17.56%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16636300.780.980.3512.1596.4533.14
HexA624304E6223c6021
Octal2464430116142431414041
Binary101001101001001101001110110001010001111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62403; }

 p { color: rgb(166,36,3); }

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

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

 a { background-color: rgb(166,36,3); }

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

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

 span { border-color: rgb(166,36,3); }

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