Html Css Color HEX #A5440D Rust

📋 copy color: '#A5440D'

red 165 ◦ green 68 ◦ blue 13

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

Shades of Rust #A5440D

Tints of Rust #A5440D

RGB

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

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

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

R = 67.07%
G = 27.64%
B = 5.28%

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

#A5440D (or 0xA5440D) is known color: Rust. HEX triplet: A5, 44 and 0D. RGB value is (165,68,13). Sum of RGB (Red+Green+Blue) = 165+68+13=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5440D is #5ABBF2. Grayscale: #5B5B5B. Windows color (decimal): -5946355 or 869541. OLE color: 869541.

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

Color convert

RGB 165 68 13 -
CMYK 0 0.59 0.92 0.35
HSL 21.71º 0.85% 0.35% -
HSV(B) 21.71º 0.92% 0.65% -
XYZ 17.66 12.16 1.8 -
YUV 90.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 165 68 13 0 0.59 0.92 0.35 21.71 0.85 0.35
Hex A5 44 D 0 3B 5C 23 16 55 23
Octal 245 104 15 0 73 134 43 26 125 43
Binary 10100101 1000100 1101 0 111011 1011100 100011 10110 1010101 100011

Color Harmonies of #A5440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5440D

Black with #A5440D

Text Example


Text Example

White with #A5440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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