Html Css Color HEX #A5440C Rust

📋 copy color: '#A5440C'

red 165 ◦ green 68 ◦ blue 12

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

Shades of Rust #A5440C

Tints of Rust #A5440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 67.35%
G = 27.76%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5440C (or 0xA5440C) is known color: Rust. HEX triplet: A5, 44 and 0C. RGB value is (165,68,12). Sum of RGB (Red+Green+Blue) = 165+68+12=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5440C is #5ABBF3. Grayscale: #5A5A5A. Windows color (decimal): -5946356 or 804005. OLE color: 804005.

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

Color convert

RGB 165 68 12 -
CMYK 0 0.59 0.93 0.35
HSL 21.96º 0.86% 0.35% -
HSV(B) 21.96º 0.93% 0.65% -
XYZ 17.65 12.16 1.76 -
YUV 90.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 165 68 12 0 0.59 0.93 0.35 21.96 0.86 0.35
Hex A5 44 C 0 3B 5D 23 16 56 23
Octal 245 104 14 0 73 135 43 26 126 43
Binary 10100101 1000100 1100 0 111011 1011101 100011 10110 1010110 100011

Color Harmonies of #A5440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5440C

Black with #A5440C

Text Example


Text Example

White with #A5440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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