#A5410D

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

Shades of Rust #A5410D

Tints of Rust #A5410D

Color information

#A5410D (or 0xA5410D) is unknown color: approx Rust. HEX triplet: A5, 41 and 0D. RGB value is (165,65,13). Sum of RGB (Red+Green+Blue) = 165+65+13=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5410D is #5ABEF2. Grayscale: #595959. Windows color (decimal): -5947123 or 868773. OLE color: 868773.

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

Color convert

RGB1656513-
CMYK00.610.920.35
HSL20.53º85.39%34.9%-
HSV(B)20.53º92.12%64.71%-
XYZ17.4811.811.74-
YUV88.9785.13182.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.90%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=67.90%
G=26.75%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165651300.610.920.3520.5385.3934.9
HexA541D03D5C23155523
Octal24510115075134432512543
Binary101001011000001110101111011011100100011101011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5410D; }

 p { color: rgb(165,65,13); }

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

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

 a { background-color: rgb(165,65,13); }

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

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

 span { border-color: rgb(165,65,13); }

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