Html Css Color HEX #A5380D Rust

📋 copy color: '#A5380D'

red 165 ◦ green 56 ◦ blue 13

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

Shades of Rust #A5380D

Tints of Rust #A5380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 70.51%
G = 23.93%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5380D (or 0xA5380D) is known color: Rust. HEX triplet: A5, 38 and 0D. RGB value is (165,56,13). Sum of RGB (Red+Green+Blue) = 165+56+13=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A5380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5380D is #5AC7F2. Grayscale: #535353. Windows color (decimal): -5949427 or 866469. OLE color: 866469.

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

Color convert

RGB 165 56 13 -
CMYK 0 0.66 0.92 0.35
HSL 16.97º 0.85% 0.35% -
HSV(B) 16.97º 0.92% 0.65% -
XYZ 17 10.86 1.58 -
YUV 83.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 165 56 13 0 0.66 0.92 0.35 16.97 0.85 0.35
Hex A5 38 D 0 42 5C 23 11 55 23
Octal 245 70 15 0 102 134 43 21 125 43
Binary 10100101 111000 1101 0 1000010 1011100 100011 10001 1010101 100011

Color Harmonies of #A5380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5380D

Black with #A5380D

Text Example


Text Example

White with #A5380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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