Html Css Color HEX #A5460B Rust

📋 copy color: '#A5460B'

red 165 ◦ green 70 ◦ blue 11

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

Shades of Rust #A5460B

Tints of Rust #A5460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 67.07%
G = 28.46%
B = 4.47%

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

#A5460B (or 0xA5460B) is known color: Rust. HEX triplet: A5, 46 and 0B. RGB value is (165,70,11). Sum of RGB (Red+Green+Blue) = 165+70+11=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5460B is #5AB9F4. Grayscale: #5C5C5C. Windows color (decimal): -5945845 or 738981. OLE color: 738981.

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

Color convert

RGB 165 70 11 -
CMYK 0 0.58 0.93 0.35
HSL 22.99º 0.88% 0.35% -
HSV(B) 22.99º 0.93% 0.65% -
XYZ 17.77 12.4 1.77 -
YUV 91.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 165 70 11 0 0.58 0.93 0.35 22.99 0.88 0.35
Hex A5 46 B 0 3A 5D 23 17 58 23
Octal 245 106 13 0 72 135 43 27 130 43
Binary 10100101 1000110 1011 0 111010 1011101 100011 10111 1011000 100011

Color Harmonies of #A5460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5460B

Black with #A5460B

Text Example


Text Example

White with #A5460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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