Html Css Color HEX #A5500D Rust

📋 copy color: '#A5500D'

red 165 ◦ green 80 ◦ blue 13

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

Shades of Rust #A5500D

Tints of Rust #A5500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 63.95%
G = 31.01%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5500D (or 0xA5500D) is known color: Rust. HEX triplet: A5, 50 and 0D. RGB value is (165,80,13). Sum of RGB (Red+Green+Blue) = 165+80+13=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5500D is #5AAFF2. Grayscale: #626262. Windows color (decimal): -5943283 or 872613. OLE color: 872613.

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

Color convert

RGB 165 80 13 -
CMYK 0 0.52 0.92 0.35
HSL 26.45º 0.85% 0.35% -
HSV(B) 26.45º 0.92% 0.65% -
XYZ 18.46 13.77 2.06 -
YUV 97.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 165 80 13 0 0.52 0.92 0.35 26.45 0.85 0.35
Hex A5 50 D 0 34 5C 23 1A 55 23
Octal 245 120 15 0 64 134 43 32 125 43
Binary 10100101 1010000 1101 0 110100 1011100 100011 11010 1010101 100011

Color Harmonies of #A5500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5500D

Black with #A5500D

Text Example


Text Example

White with #A5500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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