Html Css Color HEX #A5411A Rust

📋 copy color: '#A5411A'

red 165 ◦ green 65 ◦ blue 26

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

Shades of Rust #A5411A

Tints of Rust #A5411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 64.45%
G = 25.39%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5411A (or 0xA5411A) is known color: Rust. HEX triplet: A5, 41 and 1A. RGB value is (165,65,26). Sum of RGB (Red+Green+Blue) = 165+65+26=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5411A is #5ABEE5. Grayscale: #5A5A5A. Windows color (decimal): -5947110 or 1720741. OLE color: 1720741.

HSL color Cylindrical-coordinate representation of color #A5411A: hue angle of 16.83º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5411A is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 65 26 -
CMYK 0 0.61 0.84 0.35
HSL 16.83º 0.73% 0.37% -
HSV(B) 16.83º 0.84% 0.65% -
XYZ 17.59 11.85 2.34 -
YUV 90.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 165 65 26 0 0.61 0.84 0.35 16.83 0.73 0.37
Hex A5 41 1A 0 3D 54 23 11 49 25
Octal 245 101 32 0 75 124 43 21 111 45
Binary 10100101 1000001 11010 0 111101 1010100 100011 10001 1001001 100101

Color Harmonies of #A5411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5411A

Black with #A5411A

Text Example


Text Example

White with #A5411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5411A; }

 p { color: rgb(165,65,26); }

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

background-color css

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

 a { background-color: rgb(165,65,26); }

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

border-color css

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

 span { border-color: rgb(165,65,26); }

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