Html Css Color HEX #A5460C Rust

📋 copy color: '#A5460C'

red 165 ◦ green 70 ◦ blue 12

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

Shades of Rust #A5460C

Tints of Rust #A5460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 66.8%
G = 28.34%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5460C (or 0xA5460C) is known color: Rust. HEX triplet: A5, 46 and 0C. RGB value is (165,70,12). Sum of RGB (Red+Green+Blue) = 165+70+12=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5460C is #5AB9F3. Grayscale: #5C5C5C. Windows color (decimal): -5945844 or 804517. OLE color: 804517.

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

Color convert

RGB 165 70 12 -
CMYK 0 0.58 0.93 0.35
HSL 22.75º 0.86% 0.35% -
HSV(B) 22.75º 0.93% 0.65% -
XYZ 17.77 12.41 1.81 -
YUV 91.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 165 70 12 0 0.58 0.93 0.35 22.75 0.86 0.35
Hex A5 46 C 0 3A 5D 23 17 56 23
Octal 245 106 14 0 72 135 43 27 126 43
Binary 10100101 1000110 1100 0 111010 1011101 100011 10111 1010110 100011

Color Harmonies of #A5460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5460C

Black with #A5460C

Text Example


Text Example

White with #A5460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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