Html Css Color HEX #A5440E Rust

📋 copy color: '#A5440E'

red 165 ◦ green 68 ◦ blue 14

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

Shades of Rust #A5440E

Tints of Rust #A5440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

 BLUE value IS 14 (5.86% from 255) = 5.67%

R = 66.8%
G = 27.53%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5440E (or 0xA5440E) is known color: Rust. HEX triplet: A5, 44 and 0E. RGB value is (165,68,14). Sum of RGB (Red+Green+Blue) = 165+68+14=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5440E is #5ABBF1. Grayscale: #5B5B5B. Windows color (decimal): -5946354 or 935077. OLE color: 935077.

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

Color convert

RGB 165 68 14 -
CMYK 0 0.59 0.92 0.35
HSL 21.46º 0.84% 0.35% -
HSV(B) 21.46º 0.92% 0.65% -
XYZ 17.66 12.17 1.83 -
YUV 90.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 165 68 14 0 0.59 0.92 0.35 21.46 0.84 0.35
Hex A5 44 E 0 3B 5C 23 15 54 23
Octal 245 104 16 0 73 134 43 25 124 43
Binary 10100101 1000100 1110 0 111011 1011100 100011 10101 1010100 100011

Color Harmonies of #A5440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5440E

Black with #A5440E

Text Example


Text Example

White with #A5440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5440E; }

 p { color: rgb(165,68,14); }

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

background-color css

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

 a { background-color: rgb(165,68,14); }

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

border-color css

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

 span { border-color: rgb(165,68,14); }

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