Html Css Color HEX #A5380B Rust

📋 copy color: '#A5380B'

red 165 ◦ green 56 ◦ blue 11

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

Shades of Rust #A5380B

Tints of Rust #A5380B

RGB

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

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

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

R = 71.12%
G = 24.14%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5380B (or 0xA5380B) is known color: Rust. HEX triplet: A5, 38 and 0B. RGB value is (165,56,11). Sum of RGB (Red+Green+Blue) = 165+56+11=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A5380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5380B is #5AC7F4. Grayscale: #535353. Windows color (decimal): -5949429 or 735397. OLE color: 735397.

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

Color convert

RGB 165 56 11 -
CMYK 0 0.66 0.93 0.35
HSL 17.53º 0.88% 0.35% -
HSV(B) 17.53º 0.93% 0.65% -
XYZ 16.99 10.85 1.52 -
YUV 83.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 165 56 11 0 0.66 0.93 0.35 17.53 0.88 0.35
Hex A5 38 B 0 42 5D 23 12 58 23
Octal 245 70 13 0 102 135 43 22 130 43
Binary 10100101 111000 1011 0 1000010 1011101 100011 10010 1011000 100011

Color Harmonies of #A5380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5380B

Black with #A5380B

Text Example


Text Example

White with #A5380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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