Html Css Color HEX #A5480D Rust

📋 copy color: '#A5480D'

red 165 ◦ green 72 ◦ blue 13

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

Shades of Rust #A5480D

Tints of Rust #A5480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 66%
G = 28.8%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5480D (or 0xA5480D) is known color: Rust. HEX triplet: A5, 48 and 0D. RGB value is (165,72,13). Sum of RGB (Red+Green+Blue) = 165+72+13=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5480D is #5AB7F2. Grayscale: #5D5D5D. Windows color (decimal): -5945331 or 870565. OLE color: 870565.

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

Color convert

RGB 165 72 13 -
CMYK 0 0.56 0.92 0.35
HSL 23.29º 0.85% 0.35% -
HSV(B) 23.29º 0.92% 0.65% -
XYZ 17.91 12.66 1.88 -
YUV 93.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 165 72 13 0 0.56 0.92 0.35 23.29 0.85 0.35
Hex A5 48 D 0 38 5C 23 17 55 23
Octal 245 110 15 0 70 134 43 27 125 43
Binary 10100101 1001000 1101 0 111000 1011100 100011 10111 1010101 100011

Color Harmonies of #A5480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5480D

Black with #A5480D

Text Example


Text Example

White with #A5480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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