Html Css Color HEX #A5490D Rust

📋 copy color: '#A5490D'

red 165 ◦ green 73 ◦ blue 13

#A5490D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A5490D

Tints of Rust #A5490D

RGB

 RED value IS 165 (64.84% from 255) = 65.74%

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 65.74%
G = 29.08%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5490D (or 0xA5490D) is known color: Rust. HEX triplet: A5, 49 and 0D. RGB value is (165,73,13). Sum of RGB (Red+Green+Blue) = 165+73+13=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A5490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5490D is #5AB6F2. Grayscale: #5E5E5E. Windows color (decimal): -5945075 or 870821. OLE color: 870821.

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

Color convert

RGB 165 73 13 -
CMYK 0 0.56 0.92 0.35
HSL 23.68º 0.85% 0.35% -
HSV(B) 23.68º 0.92% 0.65% -
XYZ 17.97 12.79 1.9 -
YUV 93.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 165 73 13 0 0.56 0.92 0.35 23.68 0.85 0.35
Hex A5 49 D 0 38 5C 23 18 55 23
Octal 245 111 15 0 70 134 43 30 125 43
Binary 10100101 1001001 1101 0 111000 1011100 100011 11000 1010101 100011

Color Harmonies of #A5490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5490D

Black with #A5490D

Text Example


Text Example

White with #A5490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5490D; }

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

 H1.HeaderClassName
 {
   color: #A5490D;
 }
 .AnyTagClassName
 {
   color: #A5490D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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