#A5400C

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

Shades of Rust #A5400C

Tints of Rust #A5400C

Color information

#A5400C (or 0xA5400C) is unknown color: approx Rust. HEX triplet: A5, 40 and 0C. RGB value is (165,64,12). Sum of RGB (Red+Green+Blue) = 165+64+12=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5400C is #5ABFF3. Grayscale: #585858. Windows color (decimal): -5947380 or 802981. OLE color: 802981.

HSL color Cylindrical-coordinate representation of color #A5400C: hue angle of 20.39º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5400C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1656412-
CMYK00.610.930.35
HSL20.39º86.44%34.71%-
HSV(B)20.39º92.73%64.71%-
XYZ17.4211.691.69-
YUV88.2784.96182.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.46%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=68.46%
G=26.56%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165641200.610.930.3520.3986.4434.71
HexA540C03D5D23145623
Octal24510014075135432412643
Binary101001011000000110001111011011101100011101001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5400C; }

 p { color: rgb(165,64,12); }

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

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

 a { background-color: rgb(165,64,12); }

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

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

 span { border-color: rgb(165,64,12); }

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